Skip to content

Commit

Permalink
Update leaflet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnysp committed May 22, 2023
1 parent 1dc7865 commit 0450178
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion src/Resources/public/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
padding: 0;
}

.leaflet-container img.leaflet-tile {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
Expand Down Expand Up @@ -646,7 +651,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
}

/* Printing */

@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {
Expand Down
6 changes: 3 additions & 3 deletions src/Resources/public/leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/leaflet.js.map

Large diffs are not rendered by default.

0 comments on commit 0450178

Please sign in to comment.