Difference between revisions of "TestMap"

From Guerilla Gardening
Jump to: navigation, search
m (move comma as test)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
 +
[[Test Page]]
 
<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",
 
   "type": "Feature",
   "geometry": { "type": "Point", "coordinates": [13.405777, 52.518875] },
+
   "geometry": { "type": "Point", "coordinates": [13.372425, 52.544252] },
 
   "properties": {
 
   "properties": {
     "title": "Test Point. Center of the city.",
+
     "title": "Baumhaus",
     "description": "Details go here",
+
     "description": "Gerichtstr 23, 13347 Gesundbrunnen (S Wedding)",
 
     "marker-symbol": "park",
 
     "marker-symbol": "park",
 
     "marker-size": "large",
 
     "marker-size": "large",
Line 11: Line 14:
 
   }
 
   }
 
}
 
}
</mapframe>
+
 
 +
,{
 +
  "type": "Feature",
 +
  "geometry": { "type": "Point", "coordinates": [13.411561, 52.503265] },
 +
  "properties": {
 +
    "title": "Prinzessinnengarten.",
 +
    "description": "Prinzessinnenstraße 15, 10969 Kreuzberg (U8 Moritzplatz)",
 +
    "marker-symbol": "park",
 +
    "marker-size": "large",
 +
    "marker-color": "20d040"
 +
  }
 +
}
 +
 
 +
]</mapframe>

Latest revision as of 03:45, 5 April 2017

Test Page