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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 20 04:43:38 PST 2019


Author: armin11
Date: 2019-11-20 04:43:37 -0800 (Wed, 20 Nov 2019)
New Revision: 10343

Modified:
   trunk/mapbender/http/php/mod_inspireAtomFeedISOMetadata.php
Log:
Fix to prohibit double keyword inspireidentifiziert - thanx to saarland ;-)

Modified: trunk/mapbender/http/php/mod_inspireAtomFeedISOMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_inspireAtomFeedISOMetadata.php	2019-11-19 10:36:40 UTC (rev 10342)
+++ trunk/mapbender/http/php/mod_inspireAtomFeedISOMetadata.php	2019-11-20 12:43:37 UTC (rev 10343)
@@ -967,7 +967,7 @@
 	$SV_ServiceIdentification->appendChild($descriptiveKeywords);
 
 	//a special keyword for all INSPIRE services in germany
-	$keyword=$iso19139->createElement("gmd:keyword");
+	/*$keyword=$iso19139->createElement("gmd:keyword");
 	$keyword_cs=$iso19139->createElement("gco:CharacterString");
 	$keywordText = $iso19139->createTextNode("inspireidentifiziert");
 	$keyword_cs->appendChild($keywordText);
@@ -974,7 +974,7 @@
 	$keyword->appendChild($keyword_cs);
 	$MD_Keywords->appendChild($keyword);
 	$descriptiveKeywords->appendChild($MD_Keywords);
-	$SV_ServiceIdentification->appendChild($descriptiveKeywords);
+	$SV_ServiceIdentification->appendChild($descriptiveKeywords);*/
 
 	//Part B 3 INSPIRE Category
 	//do this only if an INSPIRE keyword (Annex I-III) is set - not applicable to services!



More information about the Mapbender_commits mailing list