Skip to content

Commit 3f1f0e5

Browse files
authored
Issue #43: Update Leaflet to version 1.9.4 (#44)
1 parent 7161ddb commit 3f1f0e5

File tree

9 files changed

+397
-266
lines changed

9 files changed

+397
-266
lines changed

css/leaflet_extras.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
/**
5858
* Workaround for the one-pixel-gap in Chrome.
5959
*
60-
* Fragile, hackish and temporary solution, also requires the map type as layer
61-
* css class to limit impact on affected map type only.
62-
*
63-
* @todo Remove as soon as issue #19 gets resolved.
60+
* @see https://github.com/backdrop-contrib/leaflet/issues/19
6461
*/
62+
.leaflet-container .leaflet-pane img.leaflet-tile {
63+
mix-blend-mode: normal;
64+
}
6565
@supports (-webkit-appearance:none) and (not (-moz-appearance:none)) {
66-
.leaflet-zoom-animated {
67-
opacity: 0.9999;
66+
.leaflet-container .leaflet-pane img.leaflet-tile {
67+
mix-blend-mode: plus-lighter;
6868
}
6969
}

leaflet.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function leaflet_library_info() {
2929

3030
$libraries['leaflet'] = array(
3131
'title' => t('Leaflet JavaScript Library'),
32-
'version' => '1.9.3',
32+
'version' => '1.9.4',
3333
'website' => 'https://leafletjs.com/',
3434
'js' => array(
3535
// This setting is needed in order to properly render market images.

0 commit comments

Comments
 (0)