mobility-toolbox-js 2.0.0-beta.37 → 2.0.0-beta.38
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 +3 -0
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/ol/layers/MapboxLayer.d.ts.map +1 -1
- package/ol/layers/MapboxLayer.js +4 -0
- package/package.json +1 -1
package/mbt.js
CHANGED
|
@@ -48292,6 +48292,9 @@ uniform ${i3} ${o3} u_${a3};
|
|
|
48292
48292
|
size: [0, 0]
|
|
48293
48293
|
};
|
|
48294
48294
|
super.loadMbMap();
|
|
48295
|
+
if (!this.mbMap) {
|
|
48296
|
+
return;
|
|
48297
|
+
}
|
|
48295
48298
|
this.mbMap.once("load", () => {
|
|
48296
48299
|
this.mbMap.resize();
|
|
48297
48300
|
this.copyrights = getMapboxMapCopyrights_default(this.mbMap) || [];
|