GeoJson:LeafletEditor: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
(Visual map edit) |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
7.54246600000000011476686267997138202190399169921875, | |||
61.16584999999999894271240918897092342376708984375 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
90.8883459999999985257090884260833263397216796875, | |||
26.236928999999999945202944218181073665618896484375 | |||
] | |||
} | |||
} | |||
] | |||
} | } |