GeoJson:Gauklerbrunnen: Unterschied zwischen den Versionen
Aus FürthWiki
HeikoK (Diskussion | Beiträge) (GeoJSON Seite wurde erstellt) |
HeikoK (Diskussion | Beiträge) (Visual map edit) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.986301, | |||
49.479597 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.986376, | |||
49.479447 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.987047, | |||
49.479893 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||