@panoramax/web-viewer 3.1.1-develop-a3fa5272 → 3.1.1-develop-4243d3f4
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 +3 -0
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/Map.js +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,9 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### Changed
|
|
12
|
+
- Improve readability of cities labels on map for default style.
|
|
13
|
+
|
|
11
14
|
### Fixed
|
|
12
15
|
- Map was not loading if style file didn't contain `metadata` property.
|
|
13
16
|
|