GeoJson:Canvas 84: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(Added ManePxls, fixed Legion category formatting)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "The Ember Empire",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    67.375,
                    28.258789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    58.5,
                    11.133789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Ember Empire Colony",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    98.75,
                    41.633789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    70.839844,
                    37.58197
                ]
            }
        }
    ]
}
}

Latest revision as of 22:21, 6 November 2024

type"FeatureCollection"
features
type"Feature"
properties
title"The Ember Empire"
description"(Faction)"
geometry
type"Point"
coordinates
67.375
28.258789
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
58.5
11.133789
type"Feature"
properties
title"Ember Empire Colony"
description""
geometry
type"Point"
coordinates
98.75
41.633789
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
70.839844
37.58197