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.
- package/common/mixins/RealtimeLayerMixin.js +1 -1
- package/mbt.js +1 -1
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/package.json +2 -2
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;
|