nrenner / brouter-web

Web client for BRouter, a routing engine based on OpenStreetMap
https://brouter.de/brouter-web/
MIT License
363 stars 69 forks source link

Update Leaflet to 1.9.4 to fix scroll wheel issue (zoom by 2 on Firefox) #792

Open Nekzuris opened 6 months ago

Nekzuris commented 6 months ago

Your current Leaflet version still has a bug where the scroll wheel zoom by 2 levels on Firefox. https://github.com/Leaflet/Leaflet/issues/7403

gorgobacka commented 5 days ago

It seems that there was an update to 1.9.2 some time ago but it was reverted due to some errors: https://github.com/nrenner/brouter-web/commit/dd0715076ac449b1256c18a11403c7f45e540398

Maybe there are some more changes required to update the current Leaflet version.

gorgobacka commented 5 days ago

I worked on it this evening. At least I got it working. However, there is still an exception in the browser that I haven't solved so far.

I created a draft PR #824 . Maybe someone has a idea.