The source for a layer within a feature collection to be used as fences for Geotriggers. For example, data from a map notes or sketch layer.
Referenced by: Feature Fence Parameters
Properties
| Property | Details |
|---|---|
| layerId | A unique identifying string that must match the id property of a feature layer, with a feature collection, in an associated map. The fence parameters will use the same underlying data as the feature collection sub-layer in the map. |
| subLayerId | A reference to a layer within the feature collection specified by layerId. This must match the id property within the layerDefinition. |
| type | String indicating the type of source. Valid value of this property featureCollectionSubLayer |
Feature collection sub-layer source Example
{
"layerId": "abcde12345",
"subLayerId": 0,
"type": "featureCollectionSubLayer"
}