GeoJson:Canvas 34: 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": [
                    42.21875,
                    54.388184
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Stem Place",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    20.875,
                    88.008789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    37.125,
                    76.633789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "YOIB",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    82.375,
                    104.383789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "The Pink Gang",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.875,
                    128.133789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Housewives",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    50.25,
                    125.883789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Pride Faction",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    56,
                    73.383789
                ]
            }
        }
    ]
}
}

Latest revision as of 23:15, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
42.21875
54.388184
type"Feature"
properties
title"Stem Place"
description"(Faction)"
geometry
type"Point"
coordinates
20.875
88.008789
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
37.125
76.633789
type"Feature"
properties
title"YOIB"
description"(Faction)"
geometry
type"Point"
coordinates
82.375
104.383789
type"Feature"
properties
title"The Pink Gang"
description"(Faction)"
geometry
type"Point"
coordinates
13.875
128.133789
type"Feature"
properties
title"Housewives"
description"(Faction)"
geometry
type"Point"
coordinates
50.25
125.883789
type"Feature"
properties
title"Pride Faction"
description"(Faction)"
geometry
type"Point"
coordinates
56
73.383789