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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Sep 22 23:45:26 PDT 2019


Author: armin11
Date: 2019-09-22 23:45:26 -0700 (Sun, 22 Sep 2019)
New Revision: 10266

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

Modified: trunk/mapbender/http/classes/class_syncCkan.php
===================================================================
--- trunk/mapbender/http/classes/class_syncCkan.php	2019-09-20 12:37:31 UTC (rev 10265)
+++ trunk/mapbender/http/classes/class_syncCkan.php	2019-09-23 06:45:26 UTC (rev 10266)
@@ -1569,7 +1569,8 @@
 			    while($row = db_fetch_array($res)){
         			$featureTypeName = $row['featuretype_name'];
 			    }
-		            $resourcesArray[$indexResourceArray]->url = $this->mapbenderUrl."/php/mod_linkedDataProxy.php?wfsid=".$option->serviceId."&collection=".$featureTypeName."&items=all";
+		            //$resourcesArray[$indexResourceArray]->url = $this->mapbenderUrl."/php/mod_linkedDataProxy.php?wfsid=".$option->serviceId."&collection=".$featureTypeName."&items=all";
+			    $resourcesArray[$indexResourceArray]->url = "https://www.geoportal.rlp.de/spatial-objects/".$option->serviceId."/collections/".$featureTypeName;
 			    //example: https://www.geoportal.rlp.de/mapbender/php/mod_linkedDataProxy.php?wfsid=480&collection=ms%3Aakademie&items=all
 		            $resourcesArray[$indexResourceArray]->format = "REST";
 		            //$resourcesArray[$indexResourceArray]->res_transparency_document_change_classification = "unaltered";



More information about the Mapbender_commits mailing list