GeoJson:Canvas 49: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(2 intermediate revisions by one other 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
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Femboy Café",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    69.5625,
                    16.816895
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    43.375,
                    23.191895
                ]
            }
        }
    ]
}
}

Latest revision as of 22:53, 6 October 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
type"Feature"
properties
title"Femboy Café"
description"(Faction)"
geometry
type"Point"
coordinates
69.5625
16.816895
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
43.375
23.191895