[Mapbender-commits] r10278 - trunk/mapbender/http/php
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Tue Oct  1 23:50:56 PDT 2019
    
    
  
Author: armin11
Date: 2019-10-01 23:50:56 -0700 (Tue, 01 Oct 2019)
New Revision: 10278
Modified:
   trunk/mapbender/http/php/mod_linkedDataProxy.php
Log:
Fix for server url in api json
Modified: trunk/mapbender/http/php/mod_linkedDataProxy.php
===================================================================
--- trunk/mapbender/http/php/mod_linkedDataProxy.php	2019-10-02 06:49:52 UTC (rev 10277)
+++ trunk/mapbender/http/php/mod_linkedDataProxy.php	2019-10-02 06:50:56 UTC (rev 10278)
@@ -1011,7 +1011,7 @@
 		$apiDescriptionJson->info->version = "1.0.0";
 
 		//server url - for the proxy!!!
-		$apiDescriptionJson->servers[0]->url = $linkedDataProxyUrl."/";
+		$apiDescriptionJson->servers[0]->url = $linkedDataProxyUrl."/".$wfsid."/";
 
 		$apiDescriptionJson->tags[0]->name = "Capabilities";
 		$apiDescriptionJson->tags[0]->description = "Essential characteristics of this API including information about the data.";
    
    
More information about the Mapbender_commits
mailing list