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.
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.