소스 검색

💄 disable CTRL-only zoom

jmacura 3 년 전
부모
커밋
48a16f132c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(() => {