TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.
Creative Commons Zero v1.0 Universal
615 stars 86 forks source link

Allow to disable mouse wheel #121

Open hoffmanlucas opened 9 months ago

hoffmanlucas commented 9 months ago

Add the parameter bind_mouse_wheel to allow disabling the mouse wheel bind. Useful when using a map in a Tkinter scrollable frame.