mobility-toolbox-js 3.0.0-beta.25 → 3.0.0-beta.26
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 +4 -0
- package/mbt.js.map +2 -2
- package/mbt.min.js +10 -10
- package/mbt.min.js.map +2 -2
- package/ol/layers/Layer.d.ts +5 -3
- package/ol/layers/Layer.js +5 -0
- package/package.json +1 -1
package/mbt.js
CHANGED
|
@@ -54392,6 +54392,10 @@ uniform ${i3} ${a3} u_${s3};
|
|
|
54392
54392
|
...newOptions || {}
|
|
54393
54393
|
});
|
|
54394
54394
|
}
|
|
54395
|
+
// ol does not like when it returns null.
|
|
54396
|
+
createRenderer() {
|
|
54397
|
+
return new Layer_default3(this);
|
|
54398
|
+
}
|
|
54395
54399
|
};
|
|
54396
54400
|
var Layer_default4 = Layer2;
|
|
54397
54401
|
|