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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 14:47:09 EST 2010


Author: marc
Date: 2010-12-11 11:47:09 -0800 (Sat, 11 Dec 2010)
New Revision: 7239

Modified:
   trunk/mapbender/conf/wfs_default.conf
Log:
preparation for new digitize style

Modified: trunk/mapbender/conf/wfs_default.conf
===================================================================
--- trunk/mapbender/conf/wfs_default.conf	2010-12-11 19:04:06 UTC (rev 7238)
+++ trunk/mapbender/conf/wfs_default.conf	2010-12-11 19:47:09 UTC (rev 7239)
@@ -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":570, "y":10, "img":"select_rectangle_off.png","filteroption":"intersects"};
+var buttonPolygon = {"status":1, "x":600, "y":10, "img":"select_polygon_off.png","filteroption":"intersects"};
+var buttonPoint = {"status":1, "x":630, "y":10, "img":"select_point_off.png"};
+var buttonExtent = {"status":1, "x":660, "y":10, "img":"select_extent_off.png"};
+var buttonDialogue = {"status":1, "x":690, "y":10, "img":"select_choose_off.png"};
 
 /**
  * directory that contains the buttons mentioned above



More information about the Mapbender_commits mailing list