[Mapbender-commits] r9819 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 20 05:27:29 PST 2017


Author: armin11
Date: 2017-11-20 05:27:29 -0800 (Mon, 20 Nov 2017)
New Revision: 9819

Modified:
   trunk/mapbender/http/php/wms.php
Log:
Fix further bug

Modified: trunk/mapbender/http/php/wms.php
===================================================================
--- trunk/mapbender/http/php/wms.php	2017-11-20 13:20:57 UTC (rev 9818)
+++ trunk/mapbender/http/php/wms.php	2017-11-20 13:27:29 UTC (rev 9819)
@@ -1319,7 +1319,7 @@
     		$AUOnlineResource = $doc->createElement("OnlineResource");
     		$AUOnlineResource->setAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink" );
     		$AUOnlineResource->setAttribute("xlink:type", "simple");
-    		$AUOnlineResource->setAttribute("xlink:href", $namespace.$datasetId);
+    		$AUOnlineResource->setAttribute("xlink:href", $namespace);
     		$AUOnlineResource = $AuthorityURL->appendChild($AUOnlineResource);
 		$AuthorityURLArray[] = $AuthorityURL;
 	}



More information about the Mapbender_commits mailing list