mobility-toolbox-js 3.3.4-beta.11 → 3.3.4-beta.12
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 +38 -38
- package/mbt.min.js.map +2 -2
- package/ol/layers/index.d.ts +6 -0
- package/ol/layers/index.js +6 -1
- package/package.json +1 -1
package/mbt.js
CHANGED
|
@@ -91873,6 +91873,8 @@ ${this.attributes_.map(
|
|
|
91873
91873
|
__export(ol_exports2, {
|
|
91874
91874
|
CopyrightControl: () => CopyrightControl_default2,
|
|
91875
91875
|
Layer: () => Layer_default6,
|
|
91876
|
+
MOCO_MD_LAYER_FILTER: () => MOCO_MD_LAYER_FILTER,
|
|
91877
|
+
MOCO_SOURCE_ID: () => MOCO_SOURCE_ID,
|
|
91876
91878
|
MaplibreLayer: () => MaplibreLayer_default,
|
|
91877
91879
|
MaplibreStyleLayer: () => MaplibreStyleLayer_default,
|
|
91878
91880
|
MocoAPI: () => MocoAPI_default,
|
|
@@ -91891,6 +91893,7 @@ ${this.attributes_.map(
|
|
|
91891
91893
|
createRealtimeFilters: () => createRealtimeFilters_default,
|
|
91892
91894
|
debounceDeparturesMessages: () => debounceDeparturesMessages_default,
|
|
91893
91895
|
debounceWebsocketMessages: () => debounceWebsocketMessages_default,
|
|
91896
|
+
deprecated: () => deprecated3,
|
|
91894
91897
|
fullTrajectoryDelayStyle: () => fullTrajectoryDelayStyle_default,
|
|
91895
91898
|
fullTrajectoryStyle: () => fullTrajectoryStyle_default,
|
|
91896
91899
|
getCircleCanvas: () => getCircleCanvas,
|