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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 21 08:29:03 PDT 2017


Author: armin11
Date: 2017-08-21 08:29:03 -0700 (Mon, 21 Aug 2017)
New Revision: 9765

Modified:
   trunk/mapbender/http/classes/class_syncCkan.php
Log:
Fix for format in ckan export handler

Modified: trunk/mapbender/http/classes/class_syncCkan.php
===================================================================
--- trunk/mapbender/http/classes/class_syncCkan.php	2017-08-21 15:25:23 UTC (rev 9764)
+++ trunk/mapbender/http/classes/class_syncCkan.php	2017-08-21 15:29:03 UTC (rev 9765)
@@ -1021,7 +1021,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