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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 23 05:51:43 PST 2017


Author: armin11
Date: 2017-11-23 05:51:43 -0800 (Thu, 23 Nov 2017)
New Revision: 9820

Modified:
   trunk/mapbender/http/php/wms.php
Log:
Rewind authorityurl/identifier concept cause inspire validator seem to need other information :-(

Modified: trunk/mapbender/http/php/wms.php
===================================================================
--- trunk/mapbender/http/php/wms.php	2017-11-20 13:27:29 UTC (rev 9819)
+++ trunk/mapbender/http/php/wms.php	2017-11-23 13:51:43 UTC (rev 9820)
@@ -1219,7 +1219,7 @@
 		$Identifier = $doc->createElement("Identifier");
 		$Identifier->setAttribute('authority', md5($namespace));
 		//$Identifier = $layer->appendChild($Identifier);
-		$IdentifierText = $doc->createTextNode($datasetId);
+		$IdentifierText = $doc->createTextNode($namespace.$datasetId);
     		$IdentifierText = $Identifier->appendChild($IdentifierText);
 		$IdentifierArray[] = $Identifier;
 		//$e = new mb_exception("i: ".$i);



More information about the Mapbender_commits mailing list