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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 26 08:35:24 EST 2007


Author: verenadiewald
Date: 2007-11-26 08:35:24 -0500 (Mon, 26 Nov 2007)
New Revision: 1856

Modified:
   trunk/mapbender/conf/wfs_default.conf
Log:
new vars for popup div 

Modified: trunk/mapbender/conf/wfs_default.conf
===================================================================
--- trunk/mapbender/conf/wfs_default.conf	2007-11-26 13:34:22 UTC (rev 1855)
+++ trunk/mapbender/conf/wfs_default.conf	2007-11-26 13:35:24 UTC (rev 1856)
@@ -8,10 +8,23 @@
 var buttonWfs_zIndex = 10;
 
 var buttonWfs_toDigitize_on = 1;
-var buttonWfs_toDigitize_src = "../img/wfs_digitize.png";
+var buttonWfs_toDigitize_src = "../img/pencil.png";
 
 var generalHighlightZIndex = 90;
 var generalHighlightLineWidth = 2;
 
 var wfsResultModulePath = "php/";
-var wfsResultModuleFilename = "mod_wfs_result.php";
\ No newline at end of file
+var wfsResultModuleFilename = "mod_wfs_result.php";
+
+var wfsResultToPopupDiv = 1;
+var searchPopupTitle = "Ergebnisse Shapesuche";
+var searchPopupWidth = 300;
+var searchPopupHeight = 600;
+var searchPopupX = 800; 
+var searchPopupY = 100; 
+
+var detailPopupTitle = "Leitungsplan";
+var detailPopupWidth = 300;
+var detailPopupHeight = 600;
+var detailPopupX = 800; 
+var detailPopupY = 400;
\ No newline at end of file



More information about the Mapbender_commits mailing list