GeoJson:Canvas 80: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    46.25,
                    89.5625
                ]
            }
        }
    ]
}
}

Latest revision as of 13:35, 27 June 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
46.25
89.5625