GeoJson:Canvas 64a: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    45.375,
                    97.463867
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    97.125,
                    41.213867
                ]
            }
        }
    ]
}
}

Latest revision as of 09:11, 4 October 2023

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
45.375
97.463867
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
97.125
41.213867