Jump to content

GeoJson:Gallowmere: Difference between revisions

Visual map edit
(Created GeoJSON page)
 
(Visual map edit)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "The Hilltop Mausoleum",
                "description": "The master of the Hilltop Mausoleum is just dying to meet you. Don't keep him waiting. He's got a heart of glass."
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    23.84375,
                    38.91113299999999952660800772719085216522216796875
                ]
            }
        }
    ]
}
}