Module type for ol.struct.*

This commit is contained in:
Frederic Junod
2018-04-25 13:48:31 +02:00
parent b4588f7d47
commit 76769f9901
7 changed files with 34 additions and 34 deletions

View File

@@ -209,13 +209,13 @@ const VectorSource = function(opt_options) {
/**
* @private
* @type {ol.structs.RBush.<module:ol/Feature>}
* @type {module:ol/structs/RBush.<module:ol/Feature>}
*/
this.featuresRtree_ = useSpatialIndex ? new RBush() : null;
/**
* @private
* @type {ol.structs.RBush.<{extent: module:ol/extent~Extent}>}
* @type {module:ol/structs/RBush.<{extent: module:ol/extent~Extent}>}
*/
this.loadedExtentsRtree_ = new RBush();