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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 3 04:23:48 EDT 2010


Author: verenadiewald
Date: 2010-09-03 08:23:48 +0000 (Fri, 03 Sep 2010)
New Revision: 6879

Modified:
   trunk/mapbender/conf/wfs_default.conf
Log:
buttons for spatial request were positioned wrong, so get back the old position

Modified: trunk/mapbender/conf/wfs_default.conf
===================================================================
--- trunk/mapbender/conf/wfs_default.conf	2010-09-02 15:48:23 UTC (rev 6878)
+++ trunk/mapbender/conf/wfs_default.conf	2010-09-03 08:23:48 UTC (rev 6879)
@@ -13,11 +13,11 @@
  * [@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 
  */
-var buttonRectangle = {"status":1, "x":560, "y":10, "img":"select_rectangle_off.png","filteroption":"intersects"};
-var buttonPolygon = {"status":1, "x":590, "y":8, "img":"select_polygon_off.png","filteroption":"intersects"};
-var buttonPoint = {"status":1, "x":620, "y":8, "img":"select_point_off.png"};
-var buttonExtent = {"status":1, "x":650, "y":8, "img":"select_extent_off.png"};
-var buttonDialogue = {"status":1, "x":680, "y":8, "img":"select_choose_off.png"};
+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"};
+var buttonPoint = {"status":1, "x":810, "y":10, "img":"select_point_off.png"};
+var buttonExtent = {"status":1, "x":840, "y":10, "img":"select_extent_off.png"};
+var buttonDialogue = {"status":1, "x":870, "y":10, "img":"select_choose_off.png"};
 
 /**
  * directory that contains the buttons mentioned above



More information about the Mapbender_commits mailing list