From 1dcde66839337ab6c36985e8a581ec743d4ba073 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 23 Sep 2014 17:40:44 +0200 Subject: [PATCH] Fix ol.Feature 'change' event documentation Setting the id also dispatch a `change` event --- src/ol/feature.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/feature.js b/src/ol/feature.js index 5ec930866a..947a68568d 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -50,7 +50,8 @@ goog.require('ol.style.Style'); * * @constructor * @extends {ol.Object} - * @fires change Triggered when the geometry or style of the feature changes. + * @fires change Triggered when the id, the geometry or the style of the + * feature changes. * @param {ol.geom.Geometry|Object.=} opt_geometryOrProperties * You may pass a Geometry object directly, or an object literal * containing properties. If you pass an object literal, you may