Browse Source

fix: Map popup

fzadrazil 3 years ago
parent
commit
a130e324cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/app/dashboard/components/map/map.component.ts

+ 2 - 2
src/app/dashboard/components/map/map.component.ts

@@ -84,7 +84,7 @@ export class MapComponent implements OnInit, OnDestroy, OnChanges {
       ],
       ],
       //default_layers: this.loadLayers(),
       //default_layers: this.loadLayers(),
       componentsEnabled: {
       componentsEnabled: {
-        sidebar: false,
+        sidebar: true,
         toolbar: false,
         toolbar: false,
         guiOverlay: true,
         guiOverlay: true,
         drawToolbar: false,
         drawToolbar: false,
@@ -98,7 +98,7 @@ export class MapComponent implements OnInit, OnDestroy, OnChanges {
         basemapGallery: true
         basemapGallery: true
       },
       },
       panelsEnabled: {
       panelsEnabled: {
-        info: false, //(true by default),
+        info: true, //(true by default),
         layermanager: false
         layermanager: false
       },
       },
       sidebarPosition: 'invisible',
       sidebarPosition: 'invisible',