GeoJson:Canvas 50: Difference between revisions

Jump to navigation Jump to search
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

type"FeatureCollection"
features
Empty array