[Mapbender-commits] r8758 - in trunk/mapbender: http_auth/http owsproxy/http
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jan 10 04:03:31 PST 2014
Author: armin11
Date: 2014-01-10 04:03:31 -0800 (Fri, 10 Jan 2014)
New Revision: 8758
Modified:
trunk/mapbender/http_auth/http/index.php
trunk/mapbender/owsproxy/http/index.php
Log:
Rewind changes for arcgis - they are not needed.
Modified: trunk/mapbender/http_auth/http/index.php
===================================================================
--- trunk/mapbender/http_auth/http/index.php 2014-01-08 15:34:04 UTC (rev 8757)
+++ trunk/mapbender/http_auth/http/index.php 2014-01-10 12:03:31 UTC (rev 8758)
@@ -154,9 +154,7 @@
}
$query->setParam("layers",urldecode($layers));
$request = $query->getRequest();
- //add some parameter for ArcGIS because some clients don't send it
- $request.="&service=WMS";
- #log proxy requests
+ //log proxy requests
if($n->getWmsLogTag($wmsId)==1) {
#do log to db
#TODO read out size of bbox and calculate price
Modified: trunk/mapbender/owsproxy/http/index.php
===================================================================
--- trunk/mapbender/owsproxy/http/index.php 2014-01-08 15:34:04 UTC (rev 8757)
+++ trunk/mapbender/owsproxy/http/index.php 2014-01-10 12:03:31 UTC (rev 8758)
@@ -258,8 +258,6 @@
} else {
$request = $query->getRequest();
}
- //add some parameter for ArcGIS because some clients don't send it
- $request.="&service=WMS";
//log proxy requests
if($n->getWmsLogTag($arrayOnlineresources['wms_id'])==1) {
#do log to db
More information about the Mapbender_commits
mailing list