GeoJson:Canvas 27: 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": [
                    28.0625,
                    20.763184
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Cozy Vault",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    88.125,
                    14.133789
                ]
            }
        }
    ]
}
}

Latest revision as of 23:21, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
28.0625
20.763184
type"Feature"
properties
title"Cozy Vault"
description"(Faction)"
geometry
type"Point"
coordinates
88.125
14.133789