GeoJson:Canvas 82: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.125,
                    147.811523
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "The Ember Empire",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    11.5,
                    130.129395
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    15.375,
                    115.129395
                ]
            }
        }
    ]
}
}

Latest revision as of 22:31, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
16.125
147.811523
type"Feature"
properties
title"The Ember Empire"
description"(Faction)"
geometry
type"Point"
coordinates
11.5
130.129395
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
15.375
115.129395