[Mapbender-commits] r3004 - in branches/2.5: conf http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Sep 25 10:40:10 EDT 2008
Author: verenadiewald
Date: 2008-09-25 10:40:10 -0400 (Thu, 25 Sep 2008)
New Revision: 3004
Modified:
branches/2.5/conf/wfs_default.conf
branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php
Log:
http://trac.osgeo.org/mapbender/ticket/31
Modified: branches/2.5/conf/wfs_default.conf
===================================================================
--- branches/2.5/conf/wfs_default.conf 2008-09-25 13:43:15 UTC (rev 3003)
+++ branches/2.5/conf/wfs_default.conf 2008-09-25 14:40:10 UTC (rev 3004)
@@ -14,6 +14,8 @@
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 mb_wfs_tolerance = 8;
+
var buttonWfs_imgdir = "../img/button_gray/";
var buttonWfs_zIndex = 10;
Modified: branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php
===================================================================
--- branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php 2008-09-25 13:43:15 UTC (rev 3003)
+++ branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php 2008-09-25 14:40:10 UTC (rev 3004)
@@ -60,7 +60,6 @@
var button_rectangle = "rectangle";
var button_extent = "extent";
var button_dialogue = "dialogue";
-var mb_wfs_tolerance = 8;
var activeButton = null;
var mod_wfs_spatialRequest_geometry = null;
More information about the Mapbender_commits
mailing list