[Mapbender-commits] r10161 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jun 26 06:42:20 PDT 2019
Author: armin11
Date: 2019-06-26 06:42:20 -0700 (Wed, 26 Jun 2019)
New Revision: 10161
Modified:
trunk/mapbender/http/php/mod_callMetadata.php
Log:
Fix for protocol parameter
Modified: trunk/mapbender/http/php/mod_callMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_callMetadata.php 2019-06-26 13:32:31 UTC (rev 10160)
+++ trunk/mapbender/http/php/mod_callMetadata.php 2019-06-26 13:42:20 UTC (rev 10161)
@@ -282,7 +282,6 @@
$https = false;
break;
}
- $searchTypeBbox = $testMatch; //TODO activate this
$testMatch = NULL;
}
if (isset($_REQUEST["accessRestrictions"]) & $_REQUEST["accessRestrictions"] != "") {
More information about the Mapbender_commits
mailing list