浏览代码

💄 zoom map only with CTRL key

jmacura 3 年之前
父节点
当前提交
5767d657f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/map-chart/map.component.ts

+ 1 - 0
src/app/map-chart/map.component.ts

@@ -100,6 +100,7 @@ export class MapComponent implements OnInit {
           }),
           }),
         }),*/
         }),*/
       ],
       ],
+      zoomWithModifierKeyOnly: true,
     });
     });
     /* Now wait for the OpenLayers Map object to load */
     /* Now wait for the OpenLayers Map object to load */
     this.hsEventBusService.olMapLoads.subscribe(() => {
     this.hsEventBusService.olMapLoads.subscribe(() => {