Removing option for temporary layer

Instead, adding setter and getter for a private temp_ property,
as suggested by @elemoine.
This commit is contained in:
ahocevar
2013-08-21 09:52:52 +02:00
parent 3a50a754aa
commit 56c228d009
4 changed files with 24 additions and 7 deletions

View File

@@ -367,7 +367,6 @@
* @property {number|undefined} opacity Opacity. 0-1. Default is 1.
* @property {ol.source.Source} source Source for this layer.
* @property {ol.style.Style|undefined} style Style.
* @property {boolean|undefined} temp True for temporary layers. For internal use only.
* @property {boolean|undefined} visible Visibility. Default is true (visible).
*/