GeoJson:Miavegr: Difference between revisions
From Wikibundi
(Visual map edit) Tags: Replaced Manual revert |
(Visual map edit) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": [], | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
50.469392, | |||
24.97526 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
48.487212, | |||
26.355729 | |||
] | |||
} | |||
} | |||
] | |||
} | } |