[Mapbender-commits] r4419 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 27 03:57:23 EDT 2009
Author: verenadiewald
Date: 2009-07-27 03:57:23 -0400 (Mon, 27 Jul 2009)
New Revision: 4419
Modified:
branches/2.6/http/javascripts/mod_measure.php
Log:
http://trac.osgeo.org/mapbender/ticket/495
Modified: branches/2.6/http/javascripts/mod_measure.php
===================================================================
--- branches/2.6/http/javascripts/mod_measure.php 2009-07-26 06:48:02 UTC (rev 4418)
+++ branches/2.6/http/javascripts/mod_measure.php 2009-07-27 07:57:23 UTC (rev 4419)
@@ -72,7 +72,7 @@
el2 = el.cloneNode(false);
el.id = mod_measure_target+"_measure_sub";
- el.style.zIndex = "19";
+ el.style.zIndex = "100";
el1.id = mod_measure_target+"_measure_display";
el1.style.zIndex = "17";
el2.id = mod_measure_target+"_measuring";
More information about the Mapbender_commits
mailing list