Difference between revisions of "TestMap"

From Guerilla Gardening
Jump to: navigation, search
Line 1: Line 1:
<mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875 />
+
<mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875>
 +
{
 +
  "type": "Feature",
 +
  "geometry": { "type": "Point", "coordinates": [13.405777, 52.518875] },
 +
  "properties": {
 +
    "title": "Test Point. Center of the city.",
 +
    "description": "Description",
 +
    "marker-symbol": "park",
 +
    "marker-size": "large",
 +
    "marker-color": "20d040"
 +
  }
 +
}
 +
</mapframe>

Revision as of 14:11, 27 March 2017