[Mapbender-commits] r4137 - branches/2.6/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 24 13:18:46 EDT 2009


Author: verenadiewald
Date: 2009-06-24 13:18:45 -0400 (Wed, 24 Jun 2009)
New Revision: 4137

Modified:
   branches/2.6/conf/wfs_default.conf
Log:
 default of wfsResultToPopupDiv is 0

Modified: branches/2.6/conf/wfs_default.conf
===================================================================
--- branches/2.6/conf/wfs_default.conf	2009-06-24 17:14:53 UTC (rev 4136)
+++ branches/2.6/conf/wfs_default.conf	2009-06-24 17:18:45 UTC (rev 4137)
@@ -11,7 +11,7 @@
  * [@param {integer} x position left
  * [@param {integer} y position top
  * [@param {string} img image for the button
- * [@param {string} filteroption type of filter for search (values: "intersects" or "within"), used for buttons buttonRectangle and buttonPolygon 
+ * [@param {string} filteroption type of filter for search (values: "intersects" or "within"), used for buttons buttonRectangle and buttonPolygon
  */
 var buttonRectangle = {"status":1, "x":750, "y":10, "img":"select_rectangle_off.png","filteroption":"intersects"};
 var buttonPolygon = {"status":1, "x":780, "y":10, "img":"select_polygon_off.png","filteroption":"intersects"};
@@ -42,8 +42,8 @@
 var mb_wfs_tolerance = 8;
 
 /**
- * if features found via WFS request do not match 
- * the current client SRS, a warning with a 
+ * if features found via WFS request do not match
+ * the current client SRS, a warning with a
  * confirmation prompt is displayed. Useful
  * in applications with switchEPSG
  */
@@ -77,7 +77,7 @@
 var generalHighlightLineWidth = 2;
 
 /**
- * Colour of the highlighted geometries in RGB, 
+ * Colour of the highlighted geometries in RGB,
  * f.e. "#FF0000" for red.
  */
 var resultHighlightColour = "#FF0000";
@@ -96,7 +96,7 @@
  * If you want to add a button that exports these geometries
  * to the digitizing tool, also set the variable "buttonWfs_toDigitize_on"
  */
-var wfsResultToPopupDiv = 1;
+var wfsResultToPopupDiv = 0;
 
 /**
  * This setting depends on wfsResultToPopupDiv:
@@ -107,7 +107,7 @@
  * and geometries will be automatically exported to
  * the digitizing tool
  */
-var buttonWfs_toDigitize_on = 1; 
+var buttonWfs_toDigitize_on = 1;
 
 /**
  * Element ID of the digitizing tool
@@ -134,8 +134,8 @@
 /**
  * Absolute position of the result popup (in pixel)
  */
-var searchPopupX = 800; 
-var searchPopupY = 100; 
+var searchPopupX = 800;
+var searchPopupY = 100;
 
 /**
  * Title of the result details popup
@@ -151,5 +151,5 @@
 /**
  * Absolute position of the result details popup (in pixel)
  */
-var detailPopupX = 800; 
+var detailPopupX = 800;
 var detailPopupY = 400;
\ No newline at end of file



More information about the Mapbender_commits mailing list