sources and layers.

This commit is contained in:
Simon Seyock
2021-06-23 14:26:17 +02:00
committed by Andreas Hocevar
parent e9a161740a
commit 7fc664c3fe
10 changed files with 69 additions and 1 deletions

View File

@@ -177,6 +177,13 @@ class VectorSource extends Source {
wrapX: options.wrapX !== undefined ? options.wrapX : true,
});
/***
* @type {import("../Observable").OnSignature<import("../Observable").EventTypes, import("../events/Event.js").default> &
* import("../Observable").OnSignature<import("../ObjectEventType").Types, import("../Object").ObjectEvent> &
* import("../Observable").OnSignature<import("./VectorEventType").VectorSourceEventTypes, VectorSourceEvent>}
*/
this.on;
/**
* @private
* @type {import("../featureloader.js").FeatureLoader}