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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Aug 28 06:20:53 EDT 2010


Author: marc
Date: 2010-08-28 10:20:53 +0000 (Sat, 28 Aug 2010)
New Revision: 6826

Modified:
   trunk/mapbender/conf/wfs_default.conf
Log:
new button adjustment in 2.7

Modified: trunk/mapbender/conf/wfs_default.conf
===================================================================
--- trunk/mapbender/conf/wfs_default.conf	2010-08-28 10:18:02 UTC (rev 6825)
+++ trunk/mapbender/conf/wfs_default.conf	2010-08-28 10:20:53 UTC (rev 6826)
@@ -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":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"};
+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"};
 
 /**
  * directory that contains the buttons mentioned above



More information about the Mapbender_commits mailing list