GeoJson:Canvas 48: 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": [
                    90,
                    40.669434
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.8125,
                    73.794434
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Stage 3",
                "description": "(Art)\n(The third stage of Fruity's multi-canvas project themed around the album Everywhere at the End of Time.)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    47.71875,
                    30.321777
                ]
            }
        }
    ]
}
}

Latest revision as of 11:44, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
90
40.669434
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
9.8125
73.794434
type"Feature"
properties
title"Stage 3"
description"(Art) (The third stage of Fruity's multi-canvas project themed around the album Everywhere at the End of Time.)"
geometry
type"Point"
coordinates
47.71875
30.321777