Преглед изворни кода

💄 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 */
     this.hsEventBusService.olMapLoads.subscribe(() => {