Skip to content

Commit

Permalink
Fire update event from VML renderer (#4956)
Browse files Browse the repository at this point in the history
Close #4950.
  • Loading branch information
perliedman authored and IvanSanchez committed Sep 27, 2016
1 parent 52a3eef commit d10077e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/vector/SVG.VML.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ L.SVG.include(!L.Browser.vml ? {} : {
_update: function () {
if (this._map._animatingZoom) { return; }
L.Renderer.prototype._update.call(this);
this.fire('update');
},

_initPath: function (layer) {
Expand Down

0 comments on commit d10077e

Please sign in to comment.