[Mapbender-commits] r8007 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 26 17:31:45 EDT 2011


Author: marc
Date: 2011-07-26 14:31:45 -0700 (Tue, 26 Jul 2011)
New Revision: 8007

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
#765

Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2011-07-26 21:31:20 UTC (rev 8006)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2011-07-26 21:31:45 UTC (rev 8007)
@@ -887,7 +887,7 @@
 	var patternString = parent.mb_mapObj[ind].getSRS().toUpperCase();
 	var pattern = new RegExp(patternString);
 
-if(global_wfsConfObj[global_selectedWfsConfId].featuretype_srs.match(pattern) == -1){
+	if(global_wfsConfObj[global_selectedWfsConfId].featuretype_srs.match(pattern) == -1){
 		var msg = '<?php echo _mb("Different EPSG of map and wfs featuretype, no spatial request possible!");?>';
 		msg += parent.mb_mapObj[ind].getSRS()+"  -  "+global_wfsConfObj[global_selectedWfsConfId].featuretype_srs;
 		alert(msg);



More information about the Mapbender_commits mailing list