@panoramax/web-viewer 4.3.1-develop-2c4b2129 → 4.3.1-develop-e9d0b3c3
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 +5 -0
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +2 -2
- package/build/photoviewer.js.map +1 -1
- package/package.json +1 -1
- package/src/components/core/Editor.js +1 -1
- package/src/components/ui/Photo.js +1 -1
- package/src/utils/map.js +73 -62
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,11 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
18
18
|
- The _one click to hide all widgets_ feature shows back widgets after mouse move (similar to video players).
|
|
19
19
|
- Semantics overlays (_Tags_ layer button on map) are now using a more progressive loading, 100 features per tile at zoom 15, 1000 at zoom 19. This improves loading performance from API.
|
|
20
20
|
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Fix issue with Editor using thumbnail instead of SD picture on first load.
|
|
24
|
+
- Editor uses old style instead of _crowded_ style.
|
|
25
|
+
|
|
21
26
|
## [4.3.1] - 2026-01-19
|
|
22
27
|
|
|
23
28
|
### Added
|