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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Mar 14 11:06:22 EDT 2010


Author: verenadiewald
Date: 2010-03-14 11:06:21 -0400 (Sun, 14 Mar 2010)
New Revision: 5764

Modified:
   trunk/mapbender/conf/wfs_additional_spatial_search.conf
Log:
removed old popup and highlighting stuff

Modified: trunk/mapbender/conf/wfs_additional_spatial_search.conf
===================================================================
--- trunk/mapbender/conf/wfs_additional_spatial_search.conf	2010-03-14 15:05:44 UTC (rev 5763)
+++ trunk/mapbender/conf/wfs_additional_spatial_search.conf	2010-03-14 15:06:21 UTC (rev 5764)
@@ -92,59 +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...");?>';
-
-// --------------------------------------------------------
-//
-// Result geometry highlight settings
-//
-// --------------------------------------------------------
-
-/**
- * Color of the highlighted geometries
- */
-var generalHighlightColor = "#cc33cc";
-
-/**
- * z-Index of the highlighted geometries
- */
-var generalHighlightZIndex = 90;
-
-/**
- * Line width of the highlighted geometries in pixel
- */
-var generalHighlightLineWidth = 2;
-
-/**
- * Title of the result popup
- */
-var searchPopupTitle = '<?php echo _mb("Search results");?>';
-
-/**
- * Width and height of the result popup (in pixel)
- */
-var searchPopupWidth = 400;
-var searchPopupHeight = 250;
-
-/**
- * Absolute position of the result popup (in pixel)
- */
-var searchPopupX = 750; 
-var searchPopupY = 80; 
-
-/**
- * Title of the result details popup
- */
-var detailPopupTitle = '<?php echo _mb("Details");?>';
-
-/**
- * Width and height of the result details popup (in pixel)
- */
-var detailPopupWidth = 400;
-var detailPopupHeight = 200;
-
-/**
- * Absolute position of the result details popup (in pixel)
- */
-var detailPopupX = 750; 
-var detailPopupY = 410;
+var arrangeResultsText = '<?php echo _mb("Arranging search results...");?>';
\ No newline at end of file



More information about the Mapbender_commits mailing list