GeoJson:Otto-Seeling-Promenade 25 (ehemals): Unterschied zwischen den Versionen
Aus FürthWiki
(GeoJSON Seite wurde erstellt) |
(Visual map edit) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.998876, | |||
49.472142 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||