featureCollection

Defines a layer of features whose geometry and attributes will be stored directly within the web map.

Properties

Property

Details

layers

An array of layer objects defining all the styling, geometry, and attribute information for the features.

showLegend

A Boolean indicating if this layer should be shown in the legend in client applications. The default is true.

Example

"featureCollection": {
      "layers": [{. . .}],
      "showLegend": true
    }
12/11/2012