GeoJson:Canvas 79: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(manepxls)
 
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    43.84375,
                    86.46875
                ]
            }
        }
    ]
}
}

Latest revision as of 04:22, 19 May 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
43.84375
86.46875