@panoramax/web-viewer 4.4.0-develop-c9c8c674 → 4.4.0-develop-2df9bb94
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/build/photoviewer.js +1 -1
- package/package.json +1 -1
- package/src/utils/MapStyleComposer.js +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
13
13
|
|
|
14
14
|
- A new __MapStyleComposer__ helper is available. It manages in a simpler way all kind of map layers we have. [See its docs for details](./docs/reference/utils/MapStyleComposer.md). It is available on _CoverageMap_ and _Viewer_.
|
|
15
15
|
- _Viewer_ has a new `metacatalog` parameter, which allows to enable/disable switching between local instance and metacatalog map tiles. This offers a smoother way for users to navigate in all Panoramax data. This parameter can be set to either an URL to a metacatalog-like API, or `false` to only show local instance pictures.
|
|
16
|
+
- Add attribution to OpenMapTiles styles if missing from used basemap.
|
|
16
17
|
|
|
17
18
|
### Changed
|
|
18
19
|
|