Skip to content

Commit 7bdb8be

Browse files
authored
Issue #26: Bump library versions (#30)
1 parent 1440814 commit 7bdb8be

File tree

14 files changed

+4244
-4072
lines changed

14 files changed

+4244
-4072
lines changed

css/leaflet_extras.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
* @todo Remove as soon as issue #19 gets resolved.
6464
*/
6565
@supports (-webkit-appearance:none) and (not (-moz-appearance:none)) {
66-
.leaflet-layer.type-google img {
67-
width: 256.7px !important;
68-
height: 256.7px !important;
66+
.leaflet-zoom-animated {
67+
opacity: 0.9999;
6968
}
7069
}

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.7.1',
32+
'version' => '1.8.0',
3333
'website' => 'http://leafletjs.com/',
3434
'js' => array(
3535
// This setting is needed in order to properly render market images.

0 commit comments

Comments
 (0)