Difference between revisions of "TestMap"

From Guerilla Gardening
Jump to: navigation, search
m (change 'test point' to the more useful 'Baumhaus' -- but it's still a park!)
Line 4: Line 4:
 
[{
 
[{
 
   "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 13: Line 13:
 
   }
 
   }
 
},
 
},
 +
 
{
 
{
 
 
   "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>

Revision as of 03:42, 5 April 2017

Test Page