Jump to content

GeoJson:Canvas 1: Difference between revisions

Created page with "{ "type": "FeatureCollection", "features": [] }"
 
Undo revision 17557 by TheWaffleLord (talk)
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
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
                ]
            }
        }
    ]
}
}

Latest revision as of 20:47, 30 August 2023

Loading map...