You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With both centerFixed and zoomLevelFixed, when using the mousewheel over the minimap, instead of this event getting passed to the main map, the minimap itself zooms in/out.
I have tested and verified this too happens with the included example_fixedcenter.html when adding a zoomLevelFixed: 5, copied from the demo file example_fixedzoom.html.
The text was updated successfully, but these errors were encountered:
Update: I could get around the minimap zooming in or out by setting a minZoom and maxZoom in the mapOptions, but that still did not solve the issue of the mousewheel event not being passed on to the main map.
In fact this makes the minimap to be nothing more than a luxury indicator showing the bounds of the main map through the size of the aimingRect. Admittedly I'd like it to be a little more than that in that at least the scrollwheel event gets passed on. Even better would be if I also could drag the aimingRect in this combination of options. (see #158)
With both
centerFixed
andzoomLevelFixed
, when using the mousewheel over the minimap, instead of this event getting passed to the main map, the minimap itself zooms in/out.I have tested and verified this too happens with the included
example_fixedcenter.html
when adding azoomLevelFixed: 5
, copied from the demo fileexample_fixedzoom.html
.The text was updated successfully, but these errors were encountered: