GeoJson:Yggdrasil: Difference between revisions
Created GeoJSON page |
Visual map edit |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
6.328125, | |||
50.492463 | |||
] | |||
} | |||
} | |||
] | |||
} | } |