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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 25 07:22:58 PDT 2018


Author: armin11
Date: 2018-04-25 07:22:58 -0700 (Wed, 25 Apr 2018)
New Revision: 9903

Modified:
   trunk/mapbender/http/php/mod_dataISOMetadata.php
Log:
Fix for fix

Modified: trunk/mapbender/http/php/mod_dataISOMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_dataISOMetadata.php	2018-04-25 14:19:43 UTC (rev 9902)
+++ trunk/mapbender/http/php/mod_dataISOMetadata.php	2018-04-25 14:22:58 UTC (rev 9903)
@@ -673,10 +673,7 @@
 	} else {
 		$MD_SpatialRepresentationTypeCode->setAttribute("codeListValue", "vector");
 	}
-
 	$spatialRepresentationType->appendChild($MD_SpatialRepresentationTypeCode);
-	$MD_DataIdentification->appendChild($spatialRepresentationType);
-
 	$citation=$iso19139->createElement("gmd:citation");
 	$CI_Citation=$iso19139->createElement("gmd:CI_Citation");
 
@@ -1246,7 +1243,6 @@
 		
 	$MD_DataIdentification->appendChild($resourceConstraints);
 
-	$spatialRepresentationType->appendChild($MD_SpatialRepresentationTypeCode);
 	$MD_DataIdentification->appendChild($spatialRepresentationType);
 	//Spatial Resolution
 /* Example



More information about the Mapbender_commits mailing list