Daten befuellen
This commit is contained in:
parent
f4a56848aa
commit
efffad1a94
4 changed files with 198 additions and 0 deletions
13
data/stadtgrenze.geojson
Normal file
13
data/stadtgrenze.geojson
Normal 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"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue