Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Eizum: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created GeoJSON page) |
K (Visual map edit) |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": [], | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.123102, | ||
| + | 49.308315 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122791, | ||
| + | 49.306966 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122737, | ||
| + | 49.306413 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122609, | ||
| + | 49.305846 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122491, | ||
| + | 49.30535 | ||
| + | ], | ||
| + | [ | ||
| + | 8.124797, | ||
| + | 49.305153 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126965, | ||
| + | 49.305027 | ||
| + | ], | ||
| + | [ | ||
| + | 8.128102, | ||
| + | 49.304957 | ||
| + | ], | ||
| + | [ | ||
| + | 8.129362, | ||
| + | 49.304944 | ||
| + | ], | ||
| + | [ | ||
| + | 8.128467, | ||
| + | 49.305322 | ||
| + | ], | ||
| + | [ | ||
| + | 8.127608, | ||
| + | 49.305783 | ||
| + | ], | ||
| + | [ | ||
| + | 8.127227, | ||
| + | 49.305969 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126922, | ||
| + | 49.306216 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126256, | ||
| + | 49.30693 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126106, | ||
| + | 49.307098 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126106, | ||
| + | 49.30727 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126203, | ||
| + | 49.307424 | ||
| + | ], | ||
| + | [ | ||
| + | 8.123102, | ||
| + | 49.308315 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "Eizum", | ||
| + | "description": "Flurname in Alsterweiler" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.124733, | ||
| + | 49.306378 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||