mobility-toolbox-js 3.0.0-beta.4 → 3.0.0-beta.5
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 +111 -111
- package/mbt.js.map +3 -3
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/ol/mixins/PropertiesLayerMixin.js +1 -1
- package/package.json +1 -1
|
@@ -189,7 +189,7 @@ function PropertiesLayerMixin(Base) {
|
|
|
189
189
|
this.map.removeLayer(child);
|
|
190
190
|
});
|
|
191
191
|
// @ts-ignore
|
|
192
|
-
(super.detachFromMap || (() => { }))(
|
|
192
|
+
(super.detachFromMap || (() => { }))();
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* Return the an array containing all the descendants of the layer in a flat array. Including the current layer.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "mobility-toolbox-js",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"description": "Toolbox for JavaScript applications in the domains of mobility and logistics.",
|
|
5
|
-
"version": "3.0.0-beta.
|
|
5
|
+
"version": "3.0.0-beta.5",
|
|
6
6
|
"homepage": "https://mobility-toolbox-js.geops.io/",
|
|
7
7
|
"module": "index.js",
|
|
8
8
|
"exports": {
|