@panoramax/web-viewer 4.4.0-develop-0a8e1733 → 4.4.0-develop-b3d8cc82

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
@@ -20,6 +20,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
20
20
  - _SemanticsMapProtocol_ takes a parent component in its constructor instead of an _API_ object.
21
21
  - Map parameters reading priority changed: we use first ones from URL, then component parameters, to end with local browser storage. This is to allow developers to force a viewer over a certain area. If you want to rely always on local storage, just do not add specific parameters in Web component definition.
22
22
  - 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
+ - _CoverageMap_ parameter `users` is renamed into `user` for more coherence.
23
24
 
24
25
  ### Removed
25
26