Skip to content

Commit

Permalink
Merge pull request #95 from SuperPat45/patch-1
Browse files Browse the repository at this point in the history
Zooming out causes grey area and label position change
  • Loading branch information
john gravois authored Jul 1, 2019
2 parents 8920b4b + 75e6ecb commit c7a9789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leaflet-mapbox-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
L.DomUtil.setTransform(this._glMap._actualCanvas, offset.subtract(this._offset), scale);

this._zooming = false;

this._update();
},

_transitionEnd: function (e) {
Expand Down

0 comments on commit c7a9789

Please sign in to comment.