Skip to content

Commit

Permalink
Deploying to gh-pages from @ 645aa43 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 28, 2024
1 parent 7d90a23 commit 6cf9d60
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion scripts/ldf-client-ui.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/ldf-client-ui.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @preserve
* Leaflet 1.9.2, a JS library for interactive maps. https://leafletjs.com
* (c) 2010-2022 Vladimir Agafonkin, (c) 2010-2011 CloudMade
* Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
* (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/

/*!
Expand Down
2 changes: 1 addition & 1 deletion scripts/ldf-client-worker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/ldf-client-worker.min.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions styles/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 @@ -441,12 +446,10 @@ svg.leaflet-image-layer.leaflet-interactive path {
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;

background: #fff;
background: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
Expand Down Expand Up @@ -648,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

0 comments on commit 6cf9d60

Please sign in to comment.