GeoJson:Canvas 54: Difference between revisions

Jump to navigation Jump to search
(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": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    86.28125,
                    112.169434
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Big Trans Flags",
                "description": "(Factions)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    34.625,
                    88.737305
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Cell War",
                "description": "(Events)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    55.5625,
                    112.518555
                ]
            }
        }
    ]
}
}

Latest revision as of 12:03, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
86.28125
112.169434
type"Feature"
properties
title"Big Trans Flags"
description"(Factions)"
geometry
type"Point"
coordinates
34.625
88.737305
type"Feature"
properties
title"Cell War"
description"(Events)"
geometry
type"Point"
coordinates
55.5625
112.518555