GeoJson:HesperiaMap: differenze tra le versioni

Da D&D Campaign.
(Pagina GeoJSON creata)
 
(First Marker)
Riga 1: Riga 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Villaggio di Verdeluna",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    64.78125,
                    26.722656
                ]
            }
        }
    ]
}
}

Versione delle 16:05, 3 gen 2024

type"FeatureCollection"
features
type"Feature"
properties
title"Villaggio di Verdeluna"
description""
geometry
type"Point"
coordinates
64.78125
26.722656