Files
geointel/tests/fixtures/geojson/aoi_geel_demo.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

14 lines
275 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {"name": "Demo AOI"},
"geometry": {
"type": "Polygon",
"coordinates": [[[5.0,51.0],[5.01,51.0],[5.01,51.01],[5.0,51.01],[5.0,51.0]]]
}
}
]
}