Annotations for exports
This commit is contained in:
@@ -23,6 +23,7 @@ goog.require('ol.source.Source');
|
||||
* @todo observable visible {boolean} the visiblity of the layer
|
||||
* @todo observable maxResolution {number} the maximum resolution of the layer
|
||||
* @todo observable minResolution {number} the minimum resolution of the layer
|
||||
* @todo api
|
||||
*/
|
||||
ol.layer.Layer = function(options) {
|
||||
|
||||
@@ -67,6 +68,7 @@ ol.layer.Layer.prototype.getLayerStatesArray = function(opt_states) {
|
||||
/**
|
||||
* @return {ol.source.Source} Source.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.layer.Layer.prototype.getSource = function() {
|
||||
return this.source_;
|
||||
|
||||
Reference in New Issue
Block a user