GeoJson:Canvas 61: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Green Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    3.1875,
                    98.5
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Metallic Monarchy",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    72.484375,
                    55.865967
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Dhilly Propaganda Pxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    31.289063,
                    42.484375
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    78.625,
                    25.691895
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Femboy Café",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    60,
                    26.441895
                ]
            }
        }
    ]
}
}

Latest revision as of 22:42, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"Green Lattice"
description"(Faction)"
geometry
type"Point"
coordinates
3.1875
98.5
type"Feature"
properties
title"Metallic Monarchy"
description"(Faction)"
geometry
type"Point"
coordinates
72.484375
55.865967
type"Feature"
properties
title"Dhilly Propaganda Pxls"
description"(Faction)"
geometry
type"Point"
coordinates
31.289063
42.484375
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
78.625
25.691895
type"Feature"
properties
title"Femboy Café"
description"(Faction)"
geometry
type"Point"
coordinates
60
26.441895