Merge pull request #2298 from probins/props

Document that options in layers and properties in features are set as object properties
This commit is contained in:
Paul Spencer
2014-07-09 07:21:53 -04:00
6 changed files with 17 additions and 0 deletions
+2
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}