@panoramax/web-viewer 4.0.1-develop-8bf4091d → 4.0.1-develop-9d10729d
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 +2 -0
- package/build/index.css.map +1 -1
- package/build/index.js +131 -40
- package/build/index.js.map +1 -1
- package/docs/reference/components/ui/CopyButton.md +1 -0
- package/docs/reference/components/ui/widgets/CopyCoordinates.md +32 -0
- package/docs/reference.md +1 -0
- package/mkdocs.yml +1 -0
- package/package.json +1 -1
- package/src/components/menus/PictureMetadata.js +12 -2
- package/src/components/styles.js +61 -0
- package/src/components/ui/ButtonGroup.css +2 -0
- package/src/components/ui/CopyButton.js +3 -1
- package/src/components/ui/TogglableGroup.js +1 -1
- package/src/components/ui/widgets/CopyCoordinates.js +75 -0
- package/src/components/ui/widgets/Legend.js +1 -1
- package/src/components/ui/widgets/PictureLegendActions.js +1 -1
- package/src/components/ui/widgets/index.js +1 -0
- package/src/translations/en.json +4 -2
- package/src/translations/fr.json +4 -2
- package/src/utils/utils.js +13 -0
- package/tests/utils/utils.test.js +136 -109
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
11
11
|
### Added
|
|
12
12
|
|
|
13
13
|
- A button in EXIF tab for picture legend allows direct access to [Exiv2 tags documentation](https://exiv2.org/metadata.html).
|
|
14
|
+
- A button in Position tab for picture legend offer a simple copy-to-clipboard for picture coordinates, with various formats.
|
|
14
15
|
|
|
15
16
|
### Changed
|
|
16
17
|
|
|
@@ -24,6 +25,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
24
25
|
- In report form, using space key was starting sequence play.
|
|
25
26
|
- When going to a another flat picture sequence, view was not always moved to display picture center.
|
|
26
27
|
- Make sure MapLibre layers are loaded before applying filters (to prevent date filters not being applied on user layers).
|
|
28
|
+
- The _what is Panoramax_ label in map legend was not translatable.
|
|
27
29
|
|
|
28
30
|
## [4.0.1] - 2025-05-05
|
|
29
31
|
|