Hosted feature services

Feature services support vector feature querying, visualization, and editing. Feature services are most appropriate for operational layers that go on top of reference layers such as a basemap. For example, a feature service might contain information about the street signs in your neighborhood. Each feature (street sign) might include the sign name, date installed, and a website URL for reporting problems to your local street department.

In web applications, feature services are drawn by the browser, and you can change the way features look (for example, change the symbols and configure the pop-up windows) and edit the features. If the service contains a large amount of features, the client may take some time to draw the layer, and all features may not be retrievable due to client or server data transfer limits. The solution is to set scale limits on the layer so that it is drawn only when the user is zoomed in.

10/17/2013