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
|
}
|