GeoJson:Esuna: Difference between revisions

From Yggdrasil D&D
Created GeoJSON page
 
Visual map edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
    "type": "FeatureCollection",
"type": "FeatureCollection",
    "features": []
"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
]
}
}
]
}
}

Latest revision as of 18:49, 5 April 2025

Loading map...