@mappedin/viewer 0.5.1-8737a12.0 → 0.5.1-cd5be8d.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -64267,7 +64267,7 @@ class bHe {
64267
64267
  async init(e) {
64268
64268
  var h;
64269
64269
  this.container = e;
64270
- const { aoQuality: n, aoResolution: r } = this.getAOSettings(), i = this.rootStore.__startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", o = this.rootStore.uiStore.theme.map.streetMapVisible && i, a = {
64270
+ const { aoQuality: n, aoResolution: r } = this.getAOSettings(), i = this.rootStore.__startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", o = !!(this.rootStore.uiStore.theme.map.streetMapVisible && i != null), a = {
64271
64271
  aoEnabled: !0,
64272
64272
  antialias: !0,
64273
64273
  aoQuality: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.5.1-8737a12.0",
3
+ "version": "0.5.1-cd5be8d.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",