Jump to content

GeoJson:Canvas 6: Difference between revisions

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": "(Factions)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    63.792969,
                    51.650085
                ]
            }
        }
    ]
}
}

Revision as of 07:57, 4 October 2023

Loading map...