Fire update event from VML renderer (#4956)

Close #4950.
This commit is contained in:
Per Liedman 2016-09-27 19:59:40 +02:00 committed by Iván Sánchez Ortega
parent 52a3eefbc2
commit d10077e13e

View File

@ -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) {