Difference between revisions of "TestMap"

From Guerilla Gardening
Jump to: navigation, search
m (move comma as test)
 
(2 intermediate revisions by 2 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",
 
     "marker-color": "20d040"
 
     "marker-color": "20d040"
 
   }
 
   }
},
+
}
{
 
  
 +
,{
 
   "type": "Feature",
 
   "type": "Feature",
 
   "geometry": { "type": "Point", "coordinates": [13.411561, 52.503265] },
 
   "geometry": { "type": "Point", "coordinates": [13.411561, 52.503265] },
 
   "properties": {
 
   "properties": {
 
     "title": "Prinzessinnengarten.",
 
     "title": "Prinzessinnengarten.",
     "description": "Prinzessinnenstraße 15, 10969 Berlin (U8 Moritzplatz)",
+
     "description": "Prinzessinnenstraße 15, 10969 Kreuzberg (U8 Moritzplatz)",
 
     "marker-symbol": "park",
 
     "marker-symbol": "park",
 
     "marker-size": "large",
 
     "marker-size": "large",
 
     "marker-color": "20d040"
 
     "marker-color": "20d040"
 
   }
 
   }
 +
}
  
}]
+
]</mapframe>
</mapframe>
 

Latest revision as of 03:45, 5 April 2017

Test Page