Description: Enlarge bounds of visible map to world
Author: Uwe Steinmann <steinm@debian.org>

--- a/web/www/routino/mapprops.js
+++ b/web/www/routino/mapprops.js
@@ -11,14 +11,14 @@
 
  // EDIT THIS below to change the visible map limits
 
-    westedge:  -11.0,          // Minimum longitude (degrees)
-    eastedge:    2.0,          // Maximum longitude (degrees)
+    westedge: -180.0,          // Minimum longitude (degrees)
+    eastedge: +180.0,          // Maximum longitude (degrees)
 
-    southedge:  49.5,          // Minimum latitude (degrees)
-    northedge:  61.0,          // Maximum latitude (degrees)
+    southedge: -80.0,          // Minimum latitude (degrees)
+    northedge: +80.0,          // Maximum latitude (degrees)
 
-    zoomout:       4,          // Minimum zoom
-    zoomin:       15,          // Maximum zoom
+    zoomout:       2,          // Minimum zoom
+    zoomin:       16,          // Maximum zoom
 
  // EDIT THIS above to change the visible map limits

@@ -30,6 +30,11 @@
             label:    "OSM map",
             baseurl:  "http://tile.openstreetmap.org/",
             errorurl: "http://openstreetmap.org/openlayers/img/404.png"
+        },
+        {
+            label:    "OSM CycleMap",
+            baseurl:  "http://a.tile.opencyclemap.org/cycle/",
+            errorurl: "http://openstreetmap.org/openlayers/img/404.png"
         }
     ],
 
