GeoJson:Masterplan Neue Mitte: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „{ "type": "FeatureCollection", "features": [] }“) |
(Visual map edit) |
||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
6.852379, | |||
51.485646 | |||
], | |||
[ | |||
6.847744, | |||
51.500502 | |||
], | |||
[ | |||
6.861134, | |||
51.502532 | |||
], | |||
[ | |||
6.86285, | |||
51.497189 | |||
], | |||
[ | |||
6.866283, | |||
51.495586 | |||
], | |||
[ | |||
6.916237, | |||
51.49783 | |||
], | |||
[ | |||
6.917267, | |||
51.495799 | |||
], | |||
[ | |||
6.910915, | |||
51.494944 | |||
], | |||
[ | |||
6.901989, | |||
51.489707 | |||
], | |||
[ | |||
6.897354, | |||
51.486073 | |||
], | |||
[ | |||
6.88448, | |||
51.484363 | |||
], | |||
[ | |||
6.864567, | |||
51.482439 | |||
], | |||
[ | |||
6.861992, | |||
51.489173 | |||
], | |||
[ | |||
6.852379, | |||
51.485646 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |