GeoJson:Ahrensburg: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „{ "type": "FeatureCollection", "features": [] }“) |
(Bahnstrecke Ahrensburg) |
||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "LineString", | |||
"coordinates": [ | |||
[ | |||
10.218916, | |||
53.662944 | |||
], | |||
[ | |||
10.227242, | |||
53.665487 | |||
], | |||
[ | |||
10.23488, | |||
53.668742 | |||
], | |||
[ | |||
10.246468, | |||
53.675047 | |||
], | |||
[ | |||
10.248871, | |||
53.682469 | |||
], | |||
[ | |||
10.250759, | |||
53.6874 | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |