Procházet zdrojové kódy

✨ enable composition browser

refs #7
jmacura před 3 roky
rodič
revize
569abb45d4
1 změnil soubory, kde provedl 8 přidání a 8 odebrání
  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,