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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 8 08:20:25 EDT 2011


Author: armin11
Date: 2011-06-08 05:20:25 -0700 (Wed, 08 Jun 2011)
New Revision: 7845

Modified:
   trunk/mapbender/http/php/mod_dataISOMetadata.php
Log:
Bugfix to be compliant with the GDI-DE testsuite ;-) for INSPIRE Metadata

Modified: trunk/mapbender/http/php/mod_dataISOMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_dataISOMetadata.php	2011-06-08 11:38:04 UTC (rev 7844)
+++ trunk/mapbender/http/php/mod_dataISOMetadata.php	2011-06-08 12:20:25 UTC (rev 7845)
@@ -626,7 +626,7 @@
 
 		//part for the vocabulary
 		$thesaurusName = $iso19139->createElement("gmd:thesaurusName");
-		$CI_Citation = $iso19139->createElement("CI_Citation");
+		$CI_Citation = $iso19139->createElement("gmd:CI_Citation");
 		$title = $iso19139->createElement("gmd:title");
 		$title_cs = $iso19139->createElement("gco:CharacterString");
 		$titleText = $iso19139->createTextNode("GEMET - INSPIRE themes, version 1.0");



More information about the Mapbender_commits mailing list