GeoJson:Avalon: 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": "Esterwood",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    70.875,
                    26.931641
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Oriport",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    47,
                    6.931641
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Daarkar Mountain",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    47.125,
                    44.306641
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Luthorian Tops",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    36.25,
                    27.056641
                ]
            }
        }
    ]
}
}

Revision as of 00:43, 13 September 2021

Loading map...