Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Altenkirrweiler: 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": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.143487, | ||
| + | 49.304412 | ||
| + | ], | ||
| + | [ | ||
| + | 8.144796, | ||
| + | 49.305027 | ||
| + | ], | ||
| + | [ | ||
| + | 8.14604, | ||
| + | 49.304733 | ||
| + | ], | ||
| + | [ | ||
| + | 8.146298, | ||
| + | 49.303922 | ||
| + | ], | ||
| + | [ | ||
| + | 8.146384, | ||
| + | 49.303138 | ||
| + | ], | ||
| + | [ | ||
| + | 8.144796, | ||
| + | 49.302565 | ||
| + | ], | ||
| + | [ | ||
| + | 8.143272, | ||
| + | 49.302733 | ||
| + | ], | ||
| + | [ | ||
| + | 8.143229, | ||
| + | 49.303782 | ||
| + | ], | ||
| + | [ | ||
| + | 8.143487, | ||
| + | 49.304412 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||