Files
geointel/contracts/api/examples/area_create.geojson
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

9 lines
200 B
JSON

{
"type": "Feature",
"properties": {"name": "Geel demo area"},
"geometry": {
"type": "Polygon",
"coordinates": [[[4.98,51.16],[4.99,51.16],[4.99,51.17],[4.98,51.17],[4.98,51.16]]]
}
}