GeoJson:Canvas 9: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(Visual map edit)
 
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Green Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    81.25,
                    17.990967
                ]
            }
        }
    ]
}
}

Latest revision as of 08:01, 4 October 2023

type"FeatureCollection"
features
type"Feature"
properties
title"Green Lattice"
description"(Faction)"
geometry
type"Point"
coordinates
81.25
17.990967