Update leaflet to 1.3.0
This commit is contained in:
parent
6a41df6730
commit
15b2a88a2d
4 changed files with 354 additions and 157 deletions
BIN
vendor/assets/leaflet/images/marker-icon-2x.png
vendored
BIN
vendor/assets/leaflet/images/marker-icon-2x.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
6
vendor/assets/leaflet/leaflet.css
vendored
6
vendor/assets/leaflet/leaflet.css
vendored
|
@ -47,6 +47,7 @@
|
|||
.leaflet-container .leaflet-tile-pane img,
|
||||
.leaflet-container img.leaflet-image-layer {
|
||||
max-width: none !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
.leaflet-container.leaflet-touch-zoom {
|
||||
|
@ -55,7 +56,10 @@
|
|||
}
|
||||
.leaflet-container.leaflet-touch-drag {
|
||||
-ms-touch-action: pinch-zoom;
|
||||
}
|
||||
/* Fallback for FF which doesn't support pinch-zoom */
|
||||
touch-action: none;
|
||||
touch-action: pinch-zoom;
|
||||
}
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
|
|
499
vendor/assets/leaflet/leaflet.js
vendored
499
vendor/assets/leaflet/leaflet.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue