[Mapbender-commits] r3006 - in trunk/mapbender: conf
http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Sep 25 10:45:24 EDT 2008
Author: verenadiewald
Date: 2008-09-25 10:45:24 -0400 (Thu, 25 Sep 2008)
New Revision: 3006
Modified:
trunk/mapbender/conf/wfs_additional_spatial_search.conf
trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
moved var mb_wfs_tolerance to from wfs_gazetteer_client.php to wfs_default.conf
Modified: trunk/mapbender/conf/wfs_additional_spatial_search.conf
===================================================================
--- trunk/mapbender/conf/wfs_additional_spatial_search.conf 2008-09-25 14:42:17 UTC (rev 3005)
+++ trunk/mapbender/conf/wfs_additional_spatial_search.conf 2008-09-25 14:45:24 UTC (rev 3006)
@@ -12,6 +12,8 @@
var buttonPoint = {"status":1, "img":"select_point_off.png","title":"Punktauswahl"};
var buttonExtent = {"status":1,"img":"select_extent_off.png","title":"Auswahl Kartenrahmen"};
+var mb_wfs_tolerance = 8;
+
var spatialRequestIsSetMessage = "Gebiet eingegrenzt, bitte OK klicken!";
var clearFilterButtonLabel = "Neu";
Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2008-09-25 14:42:17 UTC (rev 3005)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2008-09-25 14:45:24 UTC (rev 3006)
@@ -84,7 +84,6 @@
var button_polygon = "polygon";
var button_rectangle = "rectangle";
var button_extent = "extent";
-var mb_wfs_tolerance = 8;
var activeButton = null;
var mod_wfs_spatialRequest_geometry = null;
More information about the Mapbender_commits
mailing list