Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Stotz (Berg): 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": { | ||
| + | "title": "Stotz (Berg)", | ||
| + | "description": "" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.082682, | ||
| + | 49.316471 | ||
| + | ], | ||
| + | [ | ||
| + | 8.079978, | ||
| + | 49.316219 | ||
| + | ], | ||
| + | [ | ||
| + | 8.077059, | ||
| + | 49.316247 | ||
| + | ], | ||
| + | [ | ||
| + | 8.077274, | ||
| + | 49.314876 | ||
| + | ], | ||
| + | [ | ||
| + | 8.077317, | ||
| + | 49.31247 | ||
| + | ], | ||
| + | [ | ||
| + | 8.078776, | ||
| + | 49.310959 | ||
| + | ], | ||
| + | [ | ||
| + | 8.080579, | ||
| + | 49.310652 | ||
| + | ], | ||
| + | [ | ||
| + | 8.083155, | ||
| + | 49.3104 | ||
| + | ], | ||
| + | [ | ||
| + | 8.085172, | ||
| + | 49.312218 | ||
| + | ], | ||
| + | [ | ||
| + | 8.085558, | ||
| + | 49.313813 | ||
| + | ], | ||
| + | [ | ||
| + | 8.086503, | ||
| + | 49.314848 | ||
| + | ], | ||
| + | [ | ||
| + | 8.08646, | ||
| + | 49.316331 | ||
| + | ], | ||
| + | [ | ||
| + | 8.082682, | ||
| + | 49.316471 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.08234, | ||
| + | 49.31432 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||