Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Mitzmann: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created GeoJSON page) |
K |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "An dem Mitzmann", | ||
| + | "description": "" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.124647, | ||
| + | 49.307763 | ||
| + | ], | ||
| + | [ | ||
| + | 8.123059, | ||
| + | 49.308197 | ||
| + | ], | ||
| + | [ | ||
| + | 8.122716, | ||
| + | 49.306552 | ||
| + | ], | ||
| + | [ | ||
| + | 8.12263, | ||
| + | 49.306021 | ||
| + | ], | ||
| + | [ | ||
| + | 8.12248, | ||
| + | 49.305335 | ||
| + | ], | ||
| + | [ | ||
| + | 8.123446, | ||
| + | 49.305237 | ||
| + | ], | ||
| + | [ | ||
| + | 8.125162, | ||
| + | 49.305097 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126557, | ||
| + | 49.305027 | ||
| + | ], | ||
| + | [ | ||
| + | 8.129239, | ||
| + | 49.304965 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126836, | ||
| + | 49.306482 | ||
| + | ], | ||
| + | [ | ||
| + | 8.12602, | ||
| + | 49.30712 | ||
| + | ], | ||
| + | [ | ||
| + | 8.124647, | ||
| + | 49.307763 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "An dem Mitzmann (Flurlage Alsterweiler)", | ||
| + | "description": "" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.124561, | ||
| + | 49.306119 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||