[Mapbender-commits] r6679 - trunk/mapbender/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Aug 3 05:02:27 EDT 2010


Author: astrid_emde
Date: 2010-08-03 09:02:27 +0000 (Tue, 03 Aug 2010)
New Revision: 6679

Modified:
   trunk/mapbender/conf/digitize_default.conf
   trunk/mapbender/conf/wfs_additional_spatial_search.conf
Log:
using new button collection _blue_re. thanks to marc

Modified: trunk/mapbender/conf/digitize_default.conf
===================================================================
--- trunk/mapbender/conf/digitize_default.conf	2010-08-03 08:35:41 UTC (rev 6678)
+++ trunk/mapbender/conf/digitize_default.conf	2010-08-03 09:02:27 UTC (rev 6679)
@@ -17,7 +17,7 @@
 addButtonDig("mergeLine", 1, "mergeLines_off.png", "", "", 114, 28);
 
 //definition of directory of digitize buttons
-buttonDig_imgdir = "../img/button_digitize/";
+buttonDig_imgdir = "../img/button_digitize_blue_red/";
 
 var buttonDig_wfs_src = "geomInfo.png";
 var buttonDig_remove_src = "geomRemove.png";

Modified: trunk/mapbender/conf/wfs_additional_spatial_search.conf
===================================================================
--- trunk/mapbender/conf/wfs_additional_spatial_search.conf	2010-08-03 08:35:41 UTC (rev 6678)
+++ trunk/mapbender/conf/wfs_additional_spatial_search.conf	2010-08-03 09:02:27 UTC (rev 6679)
@@ -23,7 +23,7 @@
 /**
  * directory that contains the buttons mentioned above
  */
-var buttonWfs_imgdir = "../img/button_gray/";
+var buttonWfs_imgdir = "../img/button_blue_red/";
 
 /**
  * z-Index of the buttons mentioned above
@@ -92,4 +92,4 @@
 /**
  * If the WFS Request is finished and search results are arranged, show this text while waiting
  */
-var arrangeResultsText = '<?php echo _mb("Arranging search results...");?>';
\ No newline at end of file
+var arrangeResultsText = '<?php echo _mb("Arranging search results...");?>';



More information about the Mapbender_commits mailing list