GeoJson:Canvas 18: 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": [
                    33.578125,
                    61.787842
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Bloodlust",
                "description": "(Event)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    97.5,
                    71.449219
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Avogadro",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    40.25,
                    47.099609
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Butt Faction",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    74.25,
                    18.537109
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "The Arsonists",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    58.0625,
                    46.25
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Lunatic Cultists",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.0625,
                    72.049805
                ]
            }
        }
    ]
}
}

Latest revision as of 11:15, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
33.578125
61.787842
type"Feature"
properties
title"Bloodlust"
description"(Event)"
geometry
type"Point"
coordinates
97.5
71.449219
type"Feature"
properties
title"Avogadro"
description"(Faction)"
geometry
type"Point"
coordinates
40.25
47.099609
type"Feature"
properties
title"Butt Faction"
description"(Faction)"
geometry
type"Point"
coordinates
74.25
18.537109
type"Feature"
properties
title"The Arsonists"
description"(Faction)"
geometry
type"Point"
coordinates
58.0625
46.25
type"Feature"
properties
title"Lunatic Cultists"
description"(Faction)"
geometry
type"Point"
coordinates
7.0625
72.049805