walkermatt / ol-layerswitcher

Layer control for OpenLayers
MIT License
387 stars 176 forks source link

The value of deltaPerZoom_ in MouseWheelZoom.js #433

Closed lyz1988 closed 3 years ago

lyz1988 commented 3 years ago

I saw the code in mouseWheelZoom.js as follows, this.deltaPerZoom = 300;

Now i faced the question is that, when i scroll the wheel of the mouse to zoom out or in the map, the value of the map zoom changed is about 0.333333333, but the vaue of the zoom controls changed is 1,

how could i keep the value equal, thanks for your help.

walkermatt commented 3 years ago

For general questions and support regarding OpenLayers you are best to ask a question on StackOverflow.