Update Leaflet to 1.7.1
This commit is contained in:
parent
b4fbae093f
commit
2cd233f70d
3 changed files with 3 additions and 5 deletions
|
|
@ -17,8 +17,6 @@ BR.Map = {
|
||||||
worldCopyJump: true,
|
worldCopyJump: true,
|
||||||
minZoom: 0,
|
minZoom: 0,
|
||||||
maxZoom: maxZoom,
|
maxZoom: maxZoom,
|
||||||
// fix for route drag on mobile (#285), until next Leaflet version released (> 1.6.0)
|
|
||||||
tap: false,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (BR.Util.getResponsiveBreakpoint() >= '3md') {
|
if (BR.Util.getResponsiveBreakpoint() >= '3md') {
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
"jquery": "3.5.1",
|
"jquery": "3.5.1",
|
||||||
"jquery-i18next": "^1.2.1",
|
"jquery-i18next": "^1.2.1",
|
||||||
"jstree": "^3.3.8",
|
"jstree": "^3.3.8",
|
||||||
"leaflet": "~1.6.0",
|
"leaflet": "~1.7.1",
|
||||||
"leaflet-control-geocoder": "^2.2.0",
|
"leaflet-control-geocoder": "^2.2.0",
|
||||||
"leaflet-easybutton": "*",
|
"leaflet-easybutton": "*",
|
||||||
"leaflet-editable": "^1.1.0",
|
"leaflet-editable": "^1.1.0",
|
||||||
|
|
|
||||||
|
|
@ -7861,12 +7861,12 @@ leaflet@^1.0.1, leaflet@^1.3.4:
|
||||||
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.4.0.tgz#d5f56eeb2aa32787c24011e8be4c77e362ae171b"
|
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.4.0.tgz#d5f56eeb2aa32787c24011e8be4c77e362ae171b"
|
||||||
integrity sha512-x9j9tGY1+PDLN9pcWTx9/y6C5nezoTMB8BLK5jTakx+H7bPlnbCHfi9Hjg+Qt36sgDz/cb9lrSpNQXmk45Tvhw==
|
integrity sha512-x9j9tGY1+PDLN9pcWTx9/y6C5nezoTMB8BLK5jTakx+H7bPlnbCHfi9Hjg+Qt36sgDz/cb9lrSpNQXmk45Tvhw==
|
||||||
|
|
||||||
leaflet@^1.5.0:
|
leaflet@^1.5.0, leaflet@~1.7.1:
|
||||||
version "1.7.1"
|
version "1.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19"
|
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19"
|
||||||
integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==
|
integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==
|
||||||
|
|
||||||
leaflet@^1.6.0, leaflet@~1.6.0:
|
leaflet@^1.6.0:
|
||||||
version "1.6.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308"
|
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308"
|
||||||
integrity sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ==
|
integrity sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ==
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue