GeoJson:Canvas 20: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    82.0625,
                    41.356934
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Spurdot's Animation",
                "description": "(Art)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.125,
                    40.081055
                ]
            }
        }
    ]
}
}

Latest revision as of 11:18, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
82.0625
41.356934
type"Feature"
properties
title"Spurdot's Animation"
description"(Art)"
geometry
type"Point"
coordinates
5.125
40.081055