GeoJson:AbadorMap: Difference between revisions

From Yggdrasil D&D
Created GeoJSON page
 
Visual map edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Effigy Zone",
                "description": ""
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            22.5,
                            44.03125
                        ],
                        [
                            21.65625,
                            43.625
                        ],
                        [
                            18.84375,
                            37.40625
                        ],
                        [
                            20.4375,
                            33.1875
                        ],
                        [
                            23.03125,
                            30.6875
                        ],
                        [
                            25.46875,
                            28.375
                        ],
                        [
                            30.6875,
                            24.4375
                        ],
                        [
                            36.59375,
                            20.5
                        ],
                        [
                            37.875,
                            20.913086
                        ],
                        [
                            42.6875,
                            27.725586
                        ],
                        [
                            44.75,
                            32.788086
                        ],
                        [
                            44.09375,
                            34.96875
                        ],
                        [
                            43.3125,
                            36.788086
                        ],
                        [
                            43.3125,
                            38.03125
                        ],
                        [
                            43.34375,
                            39.90625
                        ],
                        [
                            40.375,
                            43.40625
                        ],
                        [
                            37,
                            41.475586
                        ],
                        [
                            34.625,
                            41.600586
                        ],
                        [
                            33.84375,
                            42.96875
                        ],
                        [
                            30.84375,
                            41.90625
                        ],
                        [
                            26.28125,
                            40.28125
                        ],
                        [
                            22.5,
                            44.03125
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Cityguard Point",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    22.96875,
                    44.362793
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Grand Bookshelf",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    42.90625,
                    43.425293
                ]
            }
        }
    ]
}
}

Latest revision as of 20:03, 1 December 2021

Loading map...