Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Dürkheimer: 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": {}, | ||
| + | "geometry": { | ||
| + | "type": "LineString", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | 8.114133, | ||
| + | 49.31337 | ||
| + | ], | ||
| + | [ | ||
| + | 8.113532, | ||
| + | 49.311887 | ||
| + | ], | ||
| + | [ | ||
| + | 8.11542, | ||
| + | 49.31144 | ||
| + | ], | ||
| + | [ | ||
| + | 8.117824, | ||
| + | 49.311076 | ||
| + | ], | ||
| + | [ | ||
| + | 8.118811, | ||
| + | 49.31088 | ||
| + | ], | ||
| + | [ | ||
| + | 8.118896, | ||
| + | 49.31295 | ||
| + | ], | ||
| + | [ | ||
| + | 8.116922, | ||
| + | 49.313314 | ||
| + | ], | ||
| + | [ | ||
| + | 8.115463, | ||
| + | 49.313286 | ||
| + | ], | ||
| + | [ | ||
| + | 8.11409, | ||
| + | 49.313426 | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.116193, | ||
| + | 49.312503 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||