CustomFeatureCollection
typestringrequired
Possible values: [FeatureCollection]
features object[]required
Array [
- PointFeature
- PolygonFeature
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
}
}
]
}