GeoJson:Canvas 1: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(adding a faction)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Green Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    94.1875,
                    58.875
                ]
            }
        }
    ]
}
}

Revision as of 20:39, 30 August 2023

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