[Mapbender-commits] r2242 - branches/2.5/conf
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 13 11:10:34 EDT 2008
Author: verenadiewald
Date: 2008-03-13 11:10:34 -0400 (Thu, 13 Mar 2008)
New Revision: 2242
Removed:
branches/2.5/conf/wfs_additional_spatial_search.conf
Log:
Deleted: branches/2.5/conf/wfs_additional_spatial_search.conf
===================================================================
--- branches/2.5/conf/wfs_additional_spatial_search.conf 2008-03-13 15:07:32 UTC (rev 2241)
+++ branches/2.5/conf/wfs_additional_spatial_search.conf 2008-03-13 15:10:34 UTC (rev 2242)
@@ -1,37 +0,0 @@
-/**
- * definition of buttons for spatialRequest
- *
- * [@param {integer} status show this button (value is 1 or 0)
- * [@param {string} img image for the button
- * [@param {string} title for the button
- * [@param {string} filteroption type of filter for search (values: "intersects" or "within"), used for buttons buttonRectangle and buttonPolygon
- */
-
-var buttonRectangle = {"status":1,"img":"select_rectangle_off.png","title":"select by rectangle","filteroption":"intersects"};
-var buttonPolygon = {"status":1,"img":"select_polygon_off.png","title":"select by polygon","filteroption":"intersects"};
-var buttonPoint = {"status":0, "img":"select_point_off.png","title":"select by point"};
-var buttonExtent = {"status":0,"img":"select_extent_off.png","title":"select by extent"};
-
-var spatialRequestIsSetMessage = "Spatial limitation of results is set. Please go on.";
-var clearFilterButtonLabel = "clear";
-
-var buttonWfs_imgdir = "../img/button_gray/";
-var buttonWfs_zIndex = 10;
-
-var generalHighlightZIndex = 90;
-var generalHighlightLineWidth = 2;
-
-var wfsResultModulePath = "php/";
-var wfsResultModuleFilename = "mod_wfs_result.php";
-
-var searchPopupTitle = "Search results";
-var searchPopupWidth = 800;
-var searchPopupHeight =250;
-var searchPopupX = 250;
-var searchPopupY = 525;
-
-var detailPopupTitle = "Details";
-var detailPopupWidth = 350;
-var detailPopupHeight = 325;
-var detailPopupX = 800;
-var detailPopupY = 150;
\ No newline at end of file
More information about the Mapbender_commits
mailing list