Skip to main content

CustomFeatureCollection

typestringrequired

Possible values: [FeatureCollection]

features object[]required
  • Array [
  • oneOf
    idstring

    Feature identifier

    typestringrequired

    Possible values: [Feature]

    geometryobjectrequired

    GeoJSON geometry

    properties object
    labelstring

    Point label

  • ]
  • CustomFeatureCollection
    {
    "type": "FeatureCollection",
    "features": [
    {
    "id": "string",
    "type": "Feature",
    "geometry": {},
    "properties": {
    "label": "string"
    }
    },
    {
    "id": "string",
    "type": "Feature",
    "geometry": {},
    "properties": {
    "area": 0
    }
    }
    ]
    }