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) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "Johanneskirche Maikammer", | ||
| + | "description": "https://www.kuladig.de/Objektansicht/KLD-272338" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.13477, | ||
| + | 49.305891 | ||
| + | ], | ||
| + | [ | ||
| + | 8.135, | ||
| + | 49.305881 | ||
| + | ], | ||
| + | [ | ||
| + | 8.135059, | ||
| + | 49.305811 | ||
| + | ], | ||
| + | [ | ||
| + | 8.134915, | ||
| + | 49.305752 | ||
| + | ], | ||
| + | [ | ||
| + | 8.134738, | ||
| + | 49.305773 | ||
| + | ], | ||
| + | [ | ||
| + | 8.134673, | ||
| + | 49.305818 | ||
| + | ], | ||
| + | [ | ||
| + | 8.134673, | ||
| + | 49.305874 | ||
| + | ], | ||
| + | [ | ||
| + | 8.13477, | ||
| + | 49.305891 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.134861, | ||
| + | 49.305839 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||