GeoJson:Canvas 30: 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": [
                    71.328125,
                    22.834717
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "YOIB",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    20.375,
                    62.129395
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    68.53125,
                    64.564697
                ]
            }
        }
    ]
}
}

Latest revision as of 23:19, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
71.328125
22.834717
type"Feature"
properties
title"YOIB"
description"(Faction)"
geometry
type"Point"
coordinates
20.375
62.129395
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
68.53125
64.564697