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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 11 01:41:44 PDT 2019


Author: armin11
Date: 2019-04-11 01:41:44 -0700 (Thu, 11 Apr 2019)
New Revision: 10098

Modified:
   trunk/mapbender/http/php/mod_callCswMetadata.php
Log:
Delete unused exception

Modified: trunk/mapbender/http/php/mod_callCswMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_callCswMetadata.php	2019-04-10 12:45:24 UTC (rev 10097)
+++ trunk/mapbender/http/php/mod_callCswMetadata.php	2019-04-11 08:41:44 UTC (rev 10098)
@@ -863,7 +863,6 @@
 			//service access url
 			//first read the inspire kind of implementation of the access to capabilities documents
 			$accessUrl = $cswClient->operationResult->xpath('/csw:GetRecordsResponse/csw:SearchResults/gmd:MD_Metadata['.$k.']/gmd:distributionInfo/gmd:MD_Distribution/gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine/gmd:CI_OnlineResource/gmd:linkage/gmd:URL');
-$e = new mb_exception("accessUrl: ".$accessUrl[0]);
 			if ($accessUrl[0] == '') {
 				//search for another accessUrl - as defined in csw ap iso
 				$accessUrl = $cswClient->operationResult->xpath('/csw:GetRecordsResponse/csw:SearchResults/gmd:MD_Metadata['.$k.']/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/gmd:CI_OnlineResource/gmd:linkage/gmd:URL');



More information about the Mapbender_commits mailing list