GeoJson:Canvas 82: Difference between revisions

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

Latest revision as of 00:15, 28 September 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
16.125
147.811523