[Mapbender-commits] r9767 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Aug 22 00:41:05 PDT 2017
Author: armin11
Date: 2017-08-22 00:41:05 -0700 (Tue, 22 Aug 2017)
New Revision: 9767
Modified:
trunk/mapbender/http/classes/class_syncCkan.php
Log:
Fix for ckan export handler - INSPIRE download service description
Modified: trunk/mapbender/http/classes/class_syncCkan.php
===================================================================
--- trunk/mapbender/http/classes/class_syncCkan.php 2017-08-22 07:06:44 UTC (rev 9766)
+++ trunk/mapbender/http/classes/class_syncCkan.php 2017-08-22 07:41:05 UTC (rev 9767)
@@ -1018,7 +1018,7 @@
$resourcesArray[$indexResourceArray]->id = $option->serviceUuid;
$resourcesArray[$indexResourceArray]->description = "Download von Rasterdaten über INSPIRE ATOM Feed: ".$metadataObject->title;
$resourcesArray[$indexResourceArray]->url = $mapbenderUrl."/plugins/mb_downloadFeedClient.php?url=".urlencode($mapbenderUrl."/php/mod_inspireDownloadFeed.php?id=".$metadataUuid."&type=SERVICE&generateFrom=wmslayer&layerid=".$option->resourceId);
- $resourcesArray[$indexResourceArray]->format = "ATOM Viewer";
+ $resourcesArray[$indexResourceArray]->format = "Diverse";
//$resourcesArray[$indexResourceArray]->res_transparency_document_change_classification = "unaltered";
$indexResourceArray++;
//views to generate
More information about the Mapbender_commits
mailing list