瀏覽代碼

✨ enable composition browser

refs #7
jmacura 3 年之前
父節點
當前提交
569abb45d4
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      src/app/app.service.ts

+ 8 - 8
src/app/app.service.ts

@@ -124,15 +124,15 @@ export class AppService {
         datasources: [
           /* You need to set up Layman in order to use it. See https://github.com/LayerManager/layman */
           /*{
-          title: 'Layman',
-          url: 'http://localhost:8087',
-          user: 'anonymous',
-          type: 'layman',
-          liferayProtocol: 'https',
-        },*/
+            title: 'Layman',
+            url: 'http://localhost:8087',
+            user: 'anonymous',
+            type: 'layman',
+            liferayProtocol: 'https',
+          },*/
           {
             title: 'Micka',
-            url: 'https://hub.sieusoil.eu/cat/csw',
+            url: 'https://www.agrihub.cz/micka/csw',
             language: 'eng',
             type: 'micka',
           },
@@ -148,7 +148,7 @@ export class AppService {
           : '/proxy/',
         useProxy: true,
         panelsEnabled: {
-          composition_browser: false,
+          composition_browser: true,
           info: false,
           saveMap: false,
           legend: false,