GeoJson:Tim: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Created GeoJSON page |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.286292791366577, | |||
48.30651944280326 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.309362471103666, | |||
48.28086001159263 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.320295155048369, | |||
48.33541568962998 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.298871010541916, | |||
48.311328147201245 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.307484924793243, | |||
48.292500166494214 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.359521120786669, | |||
48.25738155782782 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.32215929031372, | |||
48.25519482836662 | |||
] | |||
} | |||
} | |||
] | |||
} | } |