Parcourir la source

💄 zoom map only with CTRL key

jmacura il y a 3 ans
Parent
commit
5767d657f2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 */
     this.hsEventBusService.olMapLoads.subscribe(() => {