Re-render on feature changes

This commit is contained in:
Éric Lemoine
2014-03-10 09:47:09 +01:00
parent 8c9d22c5e5
commit 814e5d2790
3 changed files with 21 additions and 5 deletions
-1
View File
@@ -149,7 +149,6 @@ ol.Feature.prototype.handleGeometryChanged_ = function() {
this.geometryChangeKey_ = goog.events.listen(geometry,
goog.events.EventType.CHANGE, this.handleGeometryChange_, false, this);
}
this.dispatchChangeEvent();
};