[Mapbender-commits] r7677 - in branches/kmq_dev: conf http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 3 05:08:15 EST 2011


Author: kmq
Date: 2011-03-03 02:08:15 -0800 (Thu, 03 Mar 2011)
New Revision: 7677

Modified:
   branches/kmq_dev/conf/digitize_default.conf
   branches/kmq_dev/conf/wfs_default.conf
   branches/kmq_dev/http/javascripts/mod_wfs_gazetteer_client.php
Log:
fix for basepoint insertion not working

Modified: branches/kmq_dev/conf/digitize_default.conf
===================================================================
--- branches/kmq_dev/conf/digitize_default.conf	2011-03-03 08:52:20 UTC (rev 7676)
+++ branches/kmq_dev/conf/digitize_default.conf	2011-03-03 10:08:15 UTC (rev 7677)
@@ -33,7 +33,7 @@
 
 var geomHighlightColour = "#ff0000";
 
-var snappingHighlightZIndex = 85;
+var snappingHighlightZIndex = 75;
 var digitizeTransactionalZIndex = 80;
 var digitizeNonTransactionalZIndex = 20;
 // see also "generalHighlightZIndex" in wfs_default.conf

Modified: branches/kmq_dev/conf/wfs_default.conf
===================================================================
--- branches/kmq_dev/conf/wfs_default.conf	2011-03-03 08:52:20 UTC (rev 7676)
+++ branches/kmq_dev/conf/wfs_default.conf	2011-03-03 10:08:15 UTC (rev 7677)
@@ -69,7 +69,7 @@
 /**
  * z-Index of the highlighted geometries
  */
-var generalHighlightZIndex = 80;
+var generalHighlightZIndex = 70;
 
 /**
  * Line width of the highlighted geometries in pixel

Modified: branches/kmq_dev/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/kmq_dev/http/javascripts/mod_wfs_gazetteer_client.php	2011-03-03 08:52:20 UTC (rev 7676)
+++ branches/kmq_dev/http/javascripts/mod_wfs_gazetteer_client.php	2011-03-03 10:08:15 UTC (rev 7677)
@@ -292,7 +292,7 @@
 
 
 		// creates a Highlight object for the request geometry
-		var styleProperties = {"position":"absolute", "top":"0px", "left":"0px", "z-index":80};
+		var styleProperties = {"position":"absolute", "top":"0px", "left":"0px", "z-index":70};
 		requestGeometryHighlight = new parent.Highlight(targetArray, "requestGeometryHighlight", styleProperties, 2);
 		parent.mb_registerSubFunctions("window.frames['" + frameName +"'].requestGeometryHighlight.paint()");
 
@@ -1390,4 +1390,4 @@
 <div id="uploader"></div>
 <div class='resultDiv' name='res' id='res'></div>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Mapbender_commits mailing list