mobility-toolbox-js 2.0.0-apiv2.1 → 2.0.0-beta.0

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.
@@ -500,7 +500,7 @@ function RealtimeLayerMixin(Base) {
500
500
  if (this.tenant) {
501
501
  bbox.push(`tenant=${this.tenant}`);
502
502
  }
503
- if (this.mode) {
503
+ if (this.mode !== 'topographic') {
504
504
  bbox.push(`channel_prefix=${this.mode}`);
505
505
  }
506
506
  this.api.bbox = bbox;
package/mbt.js CHANGED
@@ -58293,7 +58293,7 @@ uniform ${i3} ${o3} u_${a3};
58293
58293
  if (this.tenant) {
58294
58294
  bbox.push(`tenant=${this.tenant}`);
58295
58295
  }
58296
- if (this.mode) {
58296
+ if (this.mode !== "topographic") {
58297
58297
  bbox.push(`channel_prefix=${this.mode}`);
58298
58298
  }
58299
58299
  this.api.bbox = bbox;