GeoJson:Canvas 25: 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": [
                    88.3125,
                    64.463867
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Cozy Vault",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    89.625,
                    13.758789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Green Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    42.375,
                    71.004395
                ]
            }
        }
    ]
}
}

Latest revision as of 23:24, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
88.3125
64.463867
type"Feature"
properties
title"Cozy Vault"
description"(Faction)"
geometry
type"Point"
coordinates
89.625
13.758789
type"Feature"
properties
title"Green Lattice"
description"(Faction)"
geometry
type"Point"
coordinates
42.375
71.004395