GeoJson:AbadorMap: 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": "Effigy Zone",
                "description": ""
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            22.0625,
                            43.350586
                        ],
                        [
                            19.3125,
                            37.538086
                        ],
                        [
                            20.625,
                            33.288086
                        ],
                        [
                            25.5625,
                            28.475586
                        ],
                        [
                            30.75,
                            24.600586
                        ],
                        [
                            36.75,
                            20.725586
                        ],
                        [
                            37.875,
                            20.913086
                        ],
                        [
                            42.6875,
                            27.725586
                        ],
                        [
                            44.75,
                            32.788086
                        ],
                        [
                            43.3125,
                            36.788086
                        ],
                        [
                            39.625,
                            35.663086
                        ],
                        [
                            37,
                            41.475586
                        ],
                        [
                            34.625,
                            41.600586
                        ],
                        [
                            31.8125,
                            39.100586
                        ],
                        [
                            31.0625,
                            41.788086
                        ],
                        [
                            26.4375,
                            40.600586
                        ],
                        [
                            22.0625,
                            43.350586
                        ]
                    ]
                ]
            }
        },
        {
            "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
                ]
            }
        }
    ]
}
}

Revision as of 20:01, 1 December 2021

Loading map...