@panoramax/web-viewer 3.2.1-develop-231013c4 → 3.2.1-develop-e904bbd4
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 +2 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/viewer/Widgets.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,11 +11,13 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
11
11
|
### Added
|
|
12
12
|
|
|
13
13
|
- A new documentation popup is integrated in viewer for a summary of Quality Score.
|
|
14
|
+
- A visual indicator shows if a map theme is selected in viewer.
|
|
14
15
|
|
|
15
16
|
### Changed
|
|
16
17
|
|
|
17
18
|
- Edited the quality score grades to put 360° action cameras in B-rating, lowered resolution value to be A-rated.
|
|
18
19
|
- In viewer, _Filter_ button offers a reset ❌ icon to remove all enabled filters (showing when at least one is enabled).
|
|
20
|
+
- In viewer filters, 360/flat picture buttons are disabled by default.
|
|
19
21
|
|
|
20
22
|
## [3.2.1] - 2024-12-05
|
|
21
23
|
|