@panoramax/web-viewer 4.0.3-develop-d8c835a2 → 4.0.3-develop-c7e38842
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 +3 -3
- package/build/index.js.map +1 -1
- package/docs/03_URL_settings.md +21 -0
- package/package.json +1 -1
- package/src/translations/nl.json +3 -2
- package/src/utils/InitParameters.js +33 -1
- package/src/utils/URLHandler.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
18
18
|
- On meta-catalog, display origin instance logo in picture legend.
|
|
19
19
|
- The state of show/hide annotations over pictures is stored in browser local storage.
|
|
20
20
|
- The capture date of picture is shown as well when picture is reduced in viewer corner.
|
|
21
|
+
- Viewer can be focused on a certain area using URL `xywh` parameter, useful for showing precisely an annotation at first load.
|
|
21
22
|
|
|
22
23
|
### Changed
|
|
23
24
|
|