sources and layers.
This commit is contained in:
committed by
Andreas Hocevar
parent
e9a161740a
commit
7fc664c3fe
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user