GeoJson:Canvas 55: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(3 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": [
                    4.828125,
                    9.490967
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Big Trans Flags",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    36.75,
                    12.412109
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "MikuAM",
                "description": "(Faction)\n(A solo art from TheBestYouHaveEverSeen, under the \"Miku and More\" tag. Technically the first MikuAM art.)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    96.210938,
                    39.512451
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Femboy Café",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.125,
                    46.879395
                ]
            }
        }
    ]
}
}

Latest revision as of 22:48, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
4.828125
9.490967
type"Feature"
properties
title"Big Trans Flags"
description"(Faction)"
geometry
type"Point"
coordinates
36.75
12.412109
type"Feature"
properties
title"MikuAM"
description"(Faction) (A solo art from TheBestYouHaveEverSeen, under the "Miku and More" tag. Technically the first MikuAM art.)"
geometry
type"Point"
coordinates
96.210938
39.512451
type"Feature"
properties
title"Femboy Café"
description"(Faction)"
geometry
type"Point"
coordinates
8.125
46.879395