Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
GeoJson:Sau: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created GeoJSON page) |
K (Flurname Sau) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
| − | "features": [] | + | "features": [ |
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Polygon", | ||
| + | "coordinates": [ | ||
| + | [ | ||
| + | [ | ||
| + | 8.126171, | ||
| + | 49.31098 | ||
| + | ], | ||
| + | [ | ||
| + | 8.128027, | ||
| + | 49.310595 | ||
| + | ], | ||
| + | [ | ||
| + | 8.127919, | ||
| + | 49.30898 | ||
| + | ], | ||
| + | [ | ||
| + | 8.125452, | ||
| + | 49.309189 | ||
| + | ], | ||
| + | [ | ||
| + | 8.123993, | ||
| + | 49.309238 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126042, | ||
| + | 49.310399 | ||
| + | ], | ||
| + | [ | ||
| + | 8.126171, | ||
| + | 49.31098 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| + | } | ||
| + | }, | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "properties": {}, | ||
| + | "geometry": { | ||
| + | "type": "Point", | ||
| + | "coordinates": [ | ||
| + | 8.126857, | ||
| + | 49.310008 | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | ] | ||
} | } | ||