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 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
}