@panoramax/web-viewer 3.1.1-develop-74158191 → 3.1.1-develop-e610c2fc
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/CHANGELOG.md +1 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/Utils.js +22 -16
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
21
21
|
- Map was not loading if style file didn't contain `metadata` property.
|
|
22
22
|
- A 360° vertically cropped panorama without tiles available was not shown properly.
|
|
23
23
|
- Option `lang` was not applied to basemap.
|
|
24
|
+
- If cookies were not allowed at all, Internet connection speed test was breaking the viewer. Now, if it can't run, we consider Internet speed as slow.
|
|
24
25
|
|
|
25
26
|
## [3.1.1] - 2024-10-16
|
|
26
27
|
|