[Mapbender-commits] r4094 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 23 12:43:34 EDT 2009


Author: verenadiewald
Date: 2009-06-23 12:43:34 -0400 (Tue, 23 Jun 2009)
New Revision: 4094

Modified:
   branches/2.6/http/javascripts/mod_scalebar.php
Log:
http://trac.osgeo.org/mapbender/ticket/430

Modified: branches/2.6/http/javascripts/mod_scalebar.php
===================================================================
--- branches/2.6/http/javascripts/mod_scalebar.php	2009-06-23 16:36:45 UTC (rev 4093)
+++ branches/2.6/http/javascripts/mod_scalebar.php	2009-06-23 16:43:34 UTC (rev 4094)
@@ -1,7 +1,7 @@
 <?php
 # $Id$
 # http://www.mapbender.org/index.php/mod_scalebar.php
-# Copyright (C) 2002 CCGIS 
+# Copyright (C) 2002 CCGIS
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -93,13 +93,9 @@
 		el_top.style.position = "absolute";
 		el_top.style.top = "0px";
 		el_top.style.left = "0px";
-		el_top.style.width = "0px";
-		el_top.style.height = "0px";
+		el_top.style.width = "200px";
 		el_top.style.overflow = "hidden";
 		el_top.style.zIndex = "10";
-		el_top.style.visibility = "hidden";
-		el_top.style.cursor = "crosshair";
-		el_top.style.backgroundColor = "#ff0000";
 		el_top.id = mb_mapObj[ind].elementName+"_scalebar";
 		map_el.appendChild(el_top);
 	}



More information about the Mapbender_commits mailing list