mobility-toolbox-js 3.0.1-beta.6 → 3.0.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mbt.js +5 -0
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +3 -3
- package/ol/layers/MaplibreLayer.d.ts +1 -0
- package/ol/layers/MaplibreLayer.js +6 -0
- package/package.json +1 -1
package/mbt.js
CHANGED
|
@@ -45998,6 +45998,11 @@ uniform ${i3} ${a3} u_${s3};
|
|
|
45998
45998
|
detachFromMap() {
|
|
45999
45999
|
unByKey(this.olEventsKeys);
|
|
46000
46000
|
}
|
|
46001
|
+
disposeInternal() {
|
|
46002
|
+
const source = this.getSource();
|
|
46003
|
+
super.disposeInternal();
|
|
46004
|
+
this.setSource(source);
|
|
46005
|
+
}
|
|
46001
46006
|
getStyle() {
|
|
46002
46007
|
if (this.style && typeof this.style === "object" && this.style.name && this.style.version) {
|
|
46003
46008
|
return this.style;
|