Topic: Slow down zoom when using scrollwheel
I have an app using OnlineMaps and users on laptops with a touchpad continuously complain that zooming is too sensitive. When using a mouse, a single scroll "click" seems to change the zoom by 1 unit, which I suspect is the reason for the complaints.
Is there a way to make it so a single mouse scroll will zoom in/out less than 1 unit? I have tried adjusting the TileSet zoomSensitivity, and/or OnlineMapsControlBase.instance.zoomSensitivity but nothing seems to change the one unit step when wheel scrolling.
Would appreciate any guidance.