GeoJson:Canvas 73: 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": [
                    73.6875,
                    101.401367
                ]
            }
        }
    ]
}
}

Revision as of 02:56, 21 October 2023

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
73.6875
101.401367