Jump to content

GeoJson:Canvas 50: Difference between revisions

No edit summary
Created page with "{ "type": "FeatureCollection", "features": [] }"
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": [
     "features": []
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "coordinates": [
                    1,
                    1
                ],
                "type": "Point"
            }
        }
    ]
}
}

Revision as of 08:45, 2 August 2023

Loading map...