GeoJson:Canvas 52: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(2 intermediate revisions 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": [
                    77.09375,
                    45.950684
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Big Trans Flags",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    67.9375,
                    46.287109
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Femboy Café",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    12.8125,
                    11.535645
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    84.1875,
                    21.535645
                ]
            }
        }
    ]
}
}

Latest revision as of 22:50, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
77.09375
45.950684
type"Feature"
properties
title"Big Trans Flags"
description"(Faction)"
geometry
type"Point"
coordinates
67.9375
46.287109
type"Feature"
properties
title"Femboy Café"
description"(Faction)"
geometry
type"Point"
coordinates
12.8125
11.535645
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
84.1875
21.535645