GeoJson:Canvas 30a: 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": [
                    87.6875,
                    6.838867
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "YOIB",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    83.125,
                    71.133789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.25,
                    51.517578
                ]
            }
        }
    ]
}
}

Latest revision as of 23:18, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
87.6875
6.838867
type"Feature"
properties
title"YOIB"
description"(Faction)"
geometry
type"Point"
coordinates
83.125
71.133789
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
4.25
51.517578