GeoJson:Map: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
Created page with "{ "type": "FeatureCollection", "features": [] } "
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
"type": "FeatureCollection",
"type": "FeatureCollection",
"features": []
"features": [
{
"type": "Feature",
"properties": {
"title": "Kallaheim",
"description": "http://www.google.com"
},
"geometry": {
"type": "Point",
"coordinates": [
14.867188,
47.322656
]
}
}
]
}
}

Latest revision as of 23:29, 11 May 2023

Loading map...