proximiio-js-library 1.12.39 → 1.12.41

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.
@@ -2668,6 +2668,9 @@ export class Map {
2668
2668
  const response = yield this.map.loadImage(this.defaultOptions.bundleUrl
2669
2669
  ? `${this.defaultOptions.bundleUrl}/images/${f.properties.metadata['anchor-logo']}`
2670
2670
  : `${f.properties.metadata['anchor-logo']}?token=${this.state.user.token}`);
2671
+ /*const response = await this.map.loadImage(
2672
+ `${f.properties.metadata['anchor-logo']}?token=${this.state.user.token}`,
2673
+ );*/
2671
2674
  if (response) {
2672
2675
  this.map.addImage(f.id, response.data);
2673
2676
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proximiio-js-library",
3
- "version": "1.12.39",
3
+ "version": "1.12.41",
4
4
  "description": "Proximi.io JS Library",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",