Update Leaflet to 1.7.1

This commit is contained in:
Norbert Renner 2021-05-19 21:09:29 +02:00
parent b4fbae093f
commit 2cd233f70d
3 changed files with 3 additions and 5 deletions

View file

@ -17,8 +17,6 @@ BR.Map = {
worldCopyJump: true,
minZoom: 0,
maxZoom: maxZoom,
// fix for route drag on mobile (#285), until next Leaflet version released (> 1.6.0)
tap: false,
});
if (BR.Util.getResponsiveBreakpoint() >= '3md') {