GeoJson:Canvas 10: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(Visual map edit)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    96.484375,
                    50.420898
                ]
            }
        }
    ]
}
}

Revision as of 16:09, 2 August 2023

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description""
geometry
type"Point"
coordinates
96.484375
50.420898