[Mapbender-commits] r8781 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Feb 17 06:25:46 PST 2014
Author: armin11
Date: 2014-02-17 06:25:45 -0800 (Mon, 17 Feb 2014)
New Revision: 8781
Modified:
trunk/mapbender/http/javascripts/mod_featureInfo.php
Log:
Small bugfix for typo in featureInfo module
Modified: trunk/mapbender/http/javascripts/mod_featureInfo.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_featureInfo.php 2014-02-17 14:14:15 UTC (rev 8780)
+++ trunk/mapbender/http/javascripts/mod_featureInfo.php 2014-02-17 14:25:45 UTC (rev 8781)
@@ -218,7 +218,7 @@
//TODO: also rewind the LAYERS parameter for a single WMS FeatureInfo REQUEST if needed?
var cnt = i;
if (reverseInfo == 'true') {
- if (typof(urls[i]) !== "undefined") {
+ if (typeof(urls[i]) !== "undefined") {
urls[i] = changeURLValueOrder(urls[i], 'LAYERS');
}
}
More information about the Mapbender_commits
mailing list