Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Petersbrunnen: 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": "Petersbrunnen", | ||
| + | "description": "Petersbrunnen" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.119926, | ||
| + | 49.306825 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121772, | ||
| + | 49.306909 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121589, | ||
| + | 49.305307 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121643, | ||
| + | 49.30523 | ||
| + | ], | ||
| + | [ | ||
| + | 8.12101, | ||
| + | 49.304992 | ||
| + | ], | ||
| + | [ | ||
| + | 8.119755, | ||
| + | 49.304957 | ||
| + | ], | ||
| + | [ | ||
| + | 8.119926, | ||
| + | 49.306825 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.120731, | ||
| + | 49.306028 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||