[Mapbender-commits] r10115 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri May 3 02:05:46 PDT 2019


Author: armin11
Date: 2019-05-03 02:05:46 -0700 (Fri, 03 May 2019)
New Revision: 10115

Modified:
   trunk/mapbender/http/classes/class_iso19139.php
Log:
Fix for metadata from metadataurl entries that should be exported via csw!

Modified: trunk/mapbender/http/classes/class_iso19139.php
===================================================================
--- trunk/mapbender/http/classes/class_iso19139.php	2019-04-30 08:36:37 UTC (rev 10114)
+++ trunk/mapbender/http/classes/class_iso19139.php	2019-05-03 09:05:46 UTC (rev 10115)
@@ -362,6 +362,8 @@
 					//$e = new mb_exception("class_iso19139.php: found entry ".$customCatHash[trim($keyword)]." for custom keyword: ".trim($keyword));
 					$this->customCategories[] = $customCatHash[trim($keyword)];
 				}
+				//default export2Csw to true!
+				$this->export2Csw = 't';
 				//extract special keywords for mapbenders proxy and inspire monitoring
 				switch ($this->keywordsThesaurusName[$iKeyword]) {
 					case "mapbender.2.inspireDownload":



More information about the Mapbender_commits mailing list