Document that feature properties are set as object properties

This commit is contained in:
Peter Robins
2014-07-09 06:39:42 -04:00
parent 76e1ca67a4
commit 9915bb873c

View File

@@ -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}