Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Johanneskirche: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created GeoJSON page) |
K (Visual map edit) Markierung: Visual map edit |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "Johanneskirche in Maikammer", | ||
| + | "description": "" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.134866, | ||
| + | 49.305829 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||