Browse Source

💄 disable CTRL-only zoom

jmacura 3 years ago
parent
commit
48a16f132c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/app.component.ts

+ 1 - 1
src/app/app.component.ts

@@ -126,7 +126,7 @@ export class HslayersAppComponent {
       sizeMode: 'container',
       sidebarClosed: true,
       sidebarPosition: 'left',
-      zoomWithModifierKeyOnly: true,
+      zoomWithModifierKeyOnly: false,
     });
     /* Now wait for the OpenLayers Map object to load */
     // this.hsEventBusService.olMapLoads.subscribe(() => {