GeoJson:Esuna: Difference between revisions

From Yggdrasil D&D
Created GeoJSON page
 
Visual map edit
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
                ]
            }
        }
    ]
}
}

Revision as of 00:56, 13 September 2021

Loading map...