@panoramax/web-viewer 3.2.2-develop-ef6bf81f → 3.2.2-develop-5c3f5e00
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/StandaloneMap.js +1 -1
- package/src/components/Map.js +59 -6
- package/tests/components/Map.test.js +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
12
12
|
|
|
13
13
|
- In Viewer, when popup metadata is showing up, a click on _Back_ web browser button closes it.
|
|
14
14
|
- Non-blocking error messages (slow map loading) have a nice-looking button for dismiss.
|
|
15
|
+
- Map loader dismisses after 75% of map background and Panoramax tiles are actually loaded.
|
|
15
16
|
|
|
16
17
|
### Fixed
|
|
17
18
|
|