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) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.121986, | ||
| + | 49.308223 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122995, | ||
| + | 49.308223 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122501, | ||
| + | 49.305873 | ||
| + | ], | ||
| + | [ | ||
| + | 8.12233, | ||
| + | 49.305355 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121622, | ||
| + | 49.305243 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121793, | ||
| + | 49.306894 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121793, | ||
| + | 49.306894 | ||
| + | ], | ||
| + | [ | ||
| + | 8.121986, | ||
| + | 49.308223 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.122512, | ||
| + | 49.307119 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||