Skip to content

featureReference

References a feature by unique identifier, layer id, and sublayer id, if applicable.

Referenced by: PopupInfo

Properties

Property Details
id Unique value type and unique value identifying the feature within the layer.
Must be one of the following values:
layerReference Identifies the layer to which the feature belongs.

Example

{
  "layerReference": {
    "layerId": "layer-0"
  },
  "id": {
    "type": "objectId",
    "value": 1
  }
}

Example

{
  "layerReference": {
    "layerId": "layer-3",
    "sublayerId": 3
  },
  "id": {
    "type": "globalId",
    "value": "{31595CF4-D5C7-49A4-85D2-C245BEBC009F}"
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.