GeoJson:Canvas 49: 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": [
                    23,
                    12.481934
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Stage 4",
                "description": "(Art)\n(The fourth stage of Fruity's multi-canvas project themed around the album Everywhere at the End of Time.)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    69.59375,
                    40.134277
                ]
            }
        }
    ]
}
}

Latest revision as of 11:50, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
23
12.481934
type"Feature"
properties
title"Stage 4"
description"(Art) (The fourth stage of Fruity's multi-canvas project themed around the album Everywhere at the End of Time.)"
geometry
type"Point"
coordinates
69.59375
40.134277