Incorporated a Leaflet map into my JavaFX project, but encountered a zoom speed issue. When I zoom in by one step, it zooms all the way to the size of Iceland: https://i.sstatic.net/BkReA.jpg
The expected behavior is for the map to zoom in just slightly: https://i.sstatic.net/RBQJD.jpg
Interestingly, when opening the same html/js file directly in a browser, the zoom works correctly. This suggests that the problem lies within the JavaFX import.
The Leaflet map was added to JavaFX using the following method: https://i.sstatic.net/veeGW.png
Any insights on why there is a discrepancy in the zoom level? Is it possible to adjust the wheel delta settings?