GeoJson:Canvas 50: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
No edit summary
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "coordinates": [
                    27.84980604004818,
                    19.187974389870448
                ],
                "type": "Point"
            }
        }
    ]
}
}

Revision as of 08:35, 2 August 2023

type"FeatureCollection"
features
type"Feature"
properties
Empty object
geometry
coordinates
27.84980604004818
19.187974389870448
type"Point"