[Mapbender-commits] r2229 - branches/2.5/conf
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 13 06:11:14 EDT 2008
Author: verenadiewald
Date: 2008-03-13 06:11:14 -0400 (Thu, 13 Mar 2008)
New Revision: 2229
Added:
branches/2.5/conf/wfs_additional_spatial_search.conf
Log:
additional conf data for wfs gazetteer (spatial request buttons, result management)
Added: branches/2.5/conf/wfs_additional_spatial_search.conf
===================================================================
--- branches/2.5/conf/wfs_additional_spatial_search.conf (rev 0)
+++ branches/2.5/conf/wfs_additional_spatial_search.conf 2008-03-13 10:11:14 UTC (rev 2229)
@@ -0,0 +1,37 @@
+/**
+ * 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