Document that layer options are set as object properties

This commit is contained in:
Peter Robins
2014-07-09 06:40:28 -04:00
parent 9915bb873c
commit 17d059f7bb
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ ol.layer.HeatmapLayerProperty = {
/**
* @classdesc
* Layer for rendering vector data as a heatmap.
* Note that any property set in the options is set as a {@link ol.Object}
* property on the layer object; for example, setting `title: 'My Title'` in the
* options means that `title` is observable, and has get/set accessors.
*
* @constructor
* @extends {ol.layer.Vector}