Daten befuellen

This commit is contained in:
Sven Schaedlich 2025-05-29 19:10:09 +02:00
parent f4a56848aa
commit efffad1a94
4 changed files with 198 additions and 0 deletions

13
data/stadtgrenze.geojson Normal file
View file

@ -0,0 +1,13 @@
{
"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"
}
}]
}