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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 2 23:58:32 PDT 2019


Author: armin11
Date: 2019-07-02 23:58:32 -0700 (Tue, 02 Jul 2019)
New Revision: 10175

Modified:
   trunk/mapbender/http/php/mod_getDownloadOptions.php
Log:
Little typo fix

Modified: trunk/mapbender/http/php/mod_getDownloadOptions.php
===================================================================
--- trunk/mapbender/http/php/mod_getDownloadOptions.php	2019-07-02 15:26:00 UTC (rev 10174)
+++ trunk/mapbender/http/php/mod_getDownloadOptions.php	2019-07-03 06:58:32 UTC (rev 10175)
@@ -176,7 +176,7 @@
 						$downloadOptions->{$idList[$i]}->option[$j]->serviceSubType = "ATOM";
 						$downloadOptions->{$idList[$i]}->option[$j]->serviceTitle = _mb('INSPIRE Download Service (predefined ATOM) for dataset').": ".$row['title']." - "._mb("based on WFS datasource");
 						$downloadOptions->{$idList[$i]}->option[$j]->mdLink = $webPath."php/mod_inspireAtomFeedISOMetadata.php?outputFormat=iso19139&generateFrom=wfs&wfsid=".$row['service_id']."&id=".$idList[$i];
-						$downloadOptions->{$idList[$i]}->option[$j]->htmlLink = $webPath."php/mod_exportIso19139.php?url=".$urlencode($downloadOptions->{$idList[$i]}->option[$j]->mdLink);
+						$downloadOptions->{$idList[$i]}->option[$j]->htmlLink = $webPath."php/mod_exportIso19139.php?url=".urlencode($downloadOptions->{$idList[$i]}->option[$j]->mdLink);
 						$downloadOptions->{$idList[$i]}->option[$j]->accessUrl = $webPath."php/mod_inspireDownloadFeed.php?id=".$idList[$i]."&type=SERVICE&generateFrom=wfs&wfsid=".$row['service_id'];
 					}
 					$downloadOptions->{$idList[$i]}->title = $row['title'];



More information about the Mapbender_commits mailing list