@panoramax/web-viewer 4.4.0-develop-71ab6940 → 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
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
|
|
|
@@ -22,6 +23,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
22
23
|
- Viewer now has two API managers: `api` and `apiMC` (for metacatalog). New function `getAPI` allows easier use of currently selected Panoramax endpoint, depending on map settings.
|
|
23
24
|
- _CoverageMap_ parameter `users` is renamed into `user` for more coherence.
|
|
24
25
|
- Indoor maps in _Viewer_ can be enabled but made not visible by default using `map-options.indoor.visible=false` parameter. Note that it should __not__ be used at the same time as `map-options.indoor.level` to be effective.
|
|
26
|
+
- Tags filter for _All features_ does not show anymore pictures having only sequences tags.
|
|
25
27
|
|
|
26
28
|
### Removed
|
|
27
29
|
|