GeoJson:Esuna: Difference between revisions
Visual map edit |
Visual map edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Yls Dorei", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
48.25, | |||
67.056641 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Illerius", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
35, | |||
50.806641 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Ornham", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
43.337502, | |||
82.715625 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Aerthys", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
41.412498, | |||
62.365627 | |||
] | |||
} | |||
} | |||
] | |||
} | } |