GeoJson:Canvas 78a: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(added mane)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    57.8125,
                    47.749023
                ]
            }
        }
    ]
}
}

Revision as of 02:02, 8 April 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
57.8125
47.749023