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

