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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 20 04:18:03 PDT 2016


Author: armin11
Date: 2016-04-20 04:18:03 -0700 (Wed, 20 Apr 2016)
New Revision: 9440

Modified:
   trunk/mapbender/http/php/mod_dataISOMetadata.php
Log:
bugfix codelist md_metadata

Modified: trunk/mapbender/http/php/mod_dataISOMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_dataISOMetadata.php	2016-04-08 11:17:59 UTC (rev 9439)
+++ trunk/mapbender/http/php/mod_dataISOMetadata.php	2016-04-20 11:18:03 UTC (rev 9440)
@@ -1275,7 +1275,7 @@
 	$characterSet=$iso19139->createElement("gmd:characterSet");
 	$MD_CharacterSetCode=$iso19139->createElement("gmd:MD_CharacterSetCode");
 	$MD_CharacterSetCode->setAttribute("codeListValue", $mb_metadata['inspire_charset']);
-	$MD_CharacterSetCode->setAttribute("codeList", "http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode");
+	$MD_CharacterSetCode->setAttribute("codeList", "http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode");
 	$characterSet->appendChild($MD_CharacterSetCode);
 	$MD_DataIdentification->appendChild($characterSet);
 



More information about the Mapbender_commits mailing list