asphalt.netzecke.de/data/stadtgrenze.geojson
2025-05-29 19:10:09 +02:00

13 lines
289 B
JSON

{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[[8.20, 50.00], [8.30, 50.00], [8.30, 50.05], [8.20, 50.05], [8.20, 50.00]]]
},
"properties": {
"name": "Stadtgrenze Mainz"
}
}]
}