[Mapbender-commits] r10288 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 18 04:19:45 PDT 2019


Author: armin11
Date: 2019-10-18 04:19:45 -0700 (Fri, 18 Oct 2019)
New Revision: 10288

Modified:
   trunk/mapbender/http/plugins/mb_metadataApplication.php
Log:
fix for default mapbender url

Modified: trunk/mapbender/http/plugins/mb_metadataApplication.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadataApplication.php	2019-10-18 10:31:58 UTC (rev 10287)
+++ trunk/mapbender/http/plugins/mb_metadataApplication.php	2019-10-18 11:19:45 UTC (rev 10288)
@@ -6,19 +6,9 @@
 
 $admin = new administration();
 $mapviewers = $admin->listMapviewerTypes();
-$e = new mb_exception("mapviewer json: ".$mapviewers);
-//$admin->getMapviewerInvokeUrl(3);
-//$e = new mb_exception("mapviewer json: ".$mapviewers);
  
-$mapbenderUrl = $admin->getMapviewerInvokeUrl(3);
+$mapbenderUrl = $admin->getMapviewerInvokeUrl(1);
 
-
-$e = new mb_exception($admin->getMapviewerInvokeUrl(3, 'GUI1'));
-$e = new mb_exception($admin->getMapviewerInvokeUrl(3, 'GUI1', 4));
-$e = new mb_exception($admin->getMapviewerInvokeUrl(4, 'GUI1', 3));
-
-
-
 function displayCategories ($sql) {
     if (Mapbender::session()->get("mb_lang") === "de") {
         $sql = str_replace("category_code_en", "category_code_de", $sql);



More information about the Mapbender_commits mailing list