GeoJson:Canvas 52: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    77.09375,
                    45.950684
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Big Trans Flags",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    67.9375,
                    46.287109
                ]
            }
        }
    ]
}
}

Latest revision as of 12:00, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
77.09375
45.950684
type"Feature"
properties
title"Big Trans Flags"
description"(Faction)"
geometry
type"Point"
coordinates
67.9375
46.287109