@panoramax/web-viewer 3.1.1-develop-4243d3f4 → 3.1.1-develop-4687b4f6
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
CHANGED
|
@@ -10,9 +10,11 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
10
10
|
|
|
11
11
|
### Changed
|
|
12
12
|
- Improve readability of cities labels on map for default style.
|
|
13
|
+
- We don't use the _Yaw_ value for display if no _Pitch_ & _Roll_ values are defined, to avoid orientation issues with pictures where _PoseHeadingDegrees_ was used instead of _GPSImgDirection_.
|
|
13
14
|
|
|
14
15
|
### Fixed
|
|
15
16
|
- Map was not loading if style file didn't contain `metadata` property.
|
|
17
|
+
- A 360° vertically cropped panorama without tiles available was not shown properly.
|
|
16
18
|
|
|
17
19
|
## [3.1.1] - 2024-10-16
|
|
18
20
|
|