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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Dec 14 06:29:08 PST 2017


Author: armin11
Date: 2017-12-14 06:29:08 -0800 (Thu, 14 Dec 2017)
New Revision: 9832

Modified:
   trunk/mapbender/http/classes/class_owsConstraints.php
Log:
Bugfix wrong codelist value

Modified: trunk/mapbender/http/classes/class_owsConstraints.php
===================================================================
--- trunk/mapbender/http/classes/class_owsConstraints.php	2017-12-14 14:21:51 UTC (rev 9831)
+++ trunk/mapbender/http/classes/class_owsConstraints.php	2017-12-14 14:29:08 UTC (rev 9832)
@@ -425,7 +425,7 @@
 			$useConstraints=$iso19139->createElement("gmd:useConstraints");
 			$MD_RestrictionCode=$iso19139->createElement("gmd:MD_RestrictionCode");
 			$MD_RestrictionCode->setAttribute("codeList", "http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_RestrictionCode");
-			$MD_RestrictionCode->setAttribute("codeListValue", "otherConstraints");
+			$MD_RestrictionCode->setAttribute("codeListValue", "otherRestrictions");
 			$useConstraints->appendChild($MD_RestrictionCode);
 			$MD_LegalConstraints->appendChild($useConstraints);
 



More information about the Mapbender_commits mailing list