Skip to content

Commit

Permalink
Issue #26: Bump library versions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela authored Apr 30, 2022
1 parent 1440814 commit 7bdb8be
Show file tree
Hide file tree
Showing 14 changed files with 4,244 additions and 4,072 deletions.
5 changes: 2 additions & 3 deletions css/leaflet_extras.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
* @todo Remove as soon as issue #19 gets resolved.
*/
@supports (-webkit-appearance:none) and (not (-moz-appearance:none)) {
.leaflet-layer.type-google img {
width: 256.7px !important;
height: 256.7px !important;
.leaflet-zoom-animated {
opacity: 0.9999;
}
}
2 changes: 1 addition & 1 deletion leaflet.module
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function leaflet_library_info() {

$libraries['leaflet'] = array(
'title' => t('Leaflet JavaScript Library'),
'version' => '1.7.1',
'version' => '1.8.0',
'website' => 'http://leafletjs.com/',
'js' => array(
// This setting is needed in order to properly render market images.
Expand Down
Loading

0 comments on commit 7bdb8be

Please sign in to comment.