[SCM] routino branch, master, updated. 5e0b101f0e6116c406480fa396048c46d54cd674

Uwe Steinmann steinm at debian.org
Wed Nov 23 12:52:04 UTC 2011


The following commit has been merged in the master branch:
commit bd55c8e2e775474753880daa9cab47206d50b900
Author: Uwe Steinmann <steinm at debian.org>
Date:   Wed Nov 23 13:49:26 2011 +0100

    - extended patch on bounds set in visualizer.js

diff --git a/debian/patches/map_bounds b/debian/patches/map_bounds
index 9c70209..3fbbbcc 100644
--- a/debian/patches/map_bounds
+++ b/debian/patches/map_bounds
@@ -1,5 +1,5 @@
 Description: Enlarge bounds of visible map to world
-Author: Thibaut Gridel <tgridel at free.fr>
+Author: Uwe Steinmann <steinm at debian.org>
 
 --- routino-2.1.1.orig/web/www/routino/router.js
 +++ routino-2.1.1/web/www/routino/router.js
@@ -22,3 +22,24 @@ Author: Thibaut Gridel <tgridel at free.fr>
  
   // EDIT THIS above to change the visible map limits
  
+--- a/web/www/routino/visualiser.js
++++ b/web/www/routino/visualiser.js
+@@ -98,12 +98,12 @@
+ 
+  // EDIT THIS below to change the visible map limits
+ 
+- var westedge  = -11.0;          // Minimum longitude (degrees)
+- var eastedge  =   2.0;          // Maximum longitude (degrees)
+- var southedge =  49.5;          // Minimum latitude (degrees)
+- var northedge =  61.0;          // Maximum latitude (degrees)
+- var zoomout   =     4;          // Minimum zoom
+- var zoomin    =    15;          // Maximum zoom
++ var westedge  = -180.0;          // Minimum longitude (degrees)
++ var eastedge  =  180.0;          // Maximum longitude (degrees)
++ var southedge =  -80.5;          // Minimum latitude (degrees)
++ var northedge =   80.0;          // Maximum latitude (degrees)
++ var zoomout   =      2;          // Minimum zoom
++ var zoomin    =     16;          // Maximum zoom
+ 
+  // EDIT THIS above to change the visible map limits
+ 

-- 
Packaging for routino



More information about the Pkg-grass-devel mailing list