[Mapbender-commits] r9822 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Nov 23 06:09:45 PST 2017
Author: armin11
Date: 2017-11-23 06:09:45 -0800 (Thu, 23 Nov 2017)
New Revision: 9822
Modified:
trunk/mapbender/http/php/wms.php
Log:
Rewind last commit, cause also this handling throws errors in the inspire validator
Modified: trunk/mapbender/http/php/wms.php
===================================================================
--- trunk/mapbender/http/php/wms.php 2017-11-23 13:52:33 UTC (rev 9821)
+++ trunk/mapbender/http/php/wms.php 2017-11-23 14:09:45 UTC (rev 9822)
@@ -1219,7 +1219,7 @@
$Identifier = $doc->createElement("Identifier");
$Identifier->setAttribute('authority', md5($namespace));
//$Identifier = $layer->appendChild($Identifier);
- $IdentifierText = $doc->createTextNode($namespace.$datasetId);
+ $IdentifierText = $doc->createTextNode($datasetId);
$IdentifierText = $Identifier->appendChild($IdentifierText);
$IdentifierArray[] = $Identifier;
//$e = new mb_exception("i: ".$i);
More information about the Mapbender_commits
mailing list