9 lines
200 B
JSON
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]]]
|
|
}
|
|
}
|