Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Kostre: 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": "LineString", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | 8.117266, | ||
| + | 49.309817 | ||
| + | ], | ||
| + | [ | ||
| + | 8.117223, | ||
| + | 49.308921 | ||
| + | ], | ||
| + | [ | ||
| + | 8.116622, | ||
| + | 49.308642 | ||
| + | ], | ||
| + | [ | ||
| + | 8.116021, | ||
| + | 49.308306 | ||
| + | ], | ||
| + | [ | ||
| + | 8.114991, | ||
| + | 49.308334 | ||
| + | ], | ||
| + | [ | ||
| + | 8.115764, | ||
| + | 49.309453 | ||
| + | ], | ||
| + | [ | ||
| + | 8.11615, | ||
| + | 49.309901 | ||
| + | ], | ||
| + | [ | ||
| + | 8.117437, | ||
| + | 49.309901 | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": { | ||
| + | "title": "Kostre (Flurnamen)", | ||
| + | "description": "" | ||
| + | }, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.116536, | ||
| + | 49.309397 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||