From 9915bb873c653e1bc74f21ddbbbd8a0818087782 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 9 Jul 2014 06:39:42 -0400 Subject: [PATCH] Document that feature properties are set as object properties --- src/ol/feature.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/feature.js b/src/ol/feature.js index 8e5307c8a2..6b7ce73e3b 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -21,6 +21,8 @@ goog.require('ol.style.Style'); * attribute properties, similar to the features in vector file formats like * GeoJSON. * Features can be styled individually or use the style of their vector layer. + * Note that attribute properties are set as {@link ol.Object} properties on the + * feature object, so they are observable, and have get/set accessors. * * @constructor * @extends {ol.Object}