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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Oct 9 08:36:42 PDT 2017


Author: armin11
Date: 2017-10-09 08:36:42 -0700 (Mon, 09 Oct 2017)
New Revision: 9802

Modified:
   trunk/mapbender/http/php/mod_inspireDownloadFeed.php
Log:
Fix for srs handling

Modified: trunk/mapbender/http/php/mod_inspireDownloadFeed.php
===================================================================
--- trunk/mapbender/http/php/mod_inspireDownloadFeed.php	2017-10-09 15:33:28 UTC (rev 9801)
+++ trunk/mapbender/http/php/mod_inspireDownloadFeed.php	2017-10-09 15:36:42 UTC (rev 9802)
@@ -1701,12 +1701,14 @@
 						$furtherLinkTitle[$m] = $ressourceTitle." im CRS ".$mapbenderMetadata[$i]->metadata_ref_system." - ".$resourceFormat." - Teil ".$currentIndex." von ".count($getFeatureLink)."";//TODO: set right format for wfs version!
 						//$furtherLinkBbox[$m] = $featureTypeBbox[$m];
 						$furtherLinkBbox[$m] = $featureTypeBboxWGS84[$m];
+
 						$newBox = explode(',',$furtherLinkBbox[$m]);
-						if ($alterAxisOrder == true) {
+						/*if ($alterAxisOrder == true) {
 							$newBox = $newBox[1].",".$newBox[0].",".$newBox[3].",".$newBox[2];
 						} else {
 							$newBox = $newBox[0].",".$newBox[1].",".$newBox[2].",".$newBox[3];
-						}
+						}*/
+
 						//generate content links
 						$feedEntryLink = $feedDoc->createElement("link");
 						if (count($getFeatureLink) > 1) {



More information about the Mapbender_commits mailing list