Files
geointel/demo/geel/area_geel_center.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

40 lines
649 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": "area_geel_center",
"name": "Geel Centrum Demo"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.98,
51.16
],
[
5.0,
51.16
],
[
5.0,
51.18
],
[
4.98,
51.18
],
[
4.98,
51.16
]
]
]
}
}
]
}