@panoramax/web-viewer 3.1.0-develop-537ffe27 → 3.1.0-develop-428bc81e
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 +3 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/viewer/URLHash.js +102 -6
- package/src/viewer/Widgets.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,9 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
13
13
|
|
|
14
14
|
### Changed
|
|
15
15
|
- Better rendering of cities names in streets background (for default vector tiles).
|
|
16
|
+
- Viewer page link offered in _Share_ widget is a short link, for simpler URL sharing. Example:
|
|
17
|
+
- Shortened URL: `https://panoramax.xyz/#s=fp|s2|pb829b21a-f733-45f7-ba7d-2d28405e6a5c|c58.48/-1.91/30|m17/48.12237/-1.663654|bs`
|
|
18
|
+
- Full URL: `https://panoramax.xyz/#background=streets&focus=pic&map=17/48.12237/-1.663654&pic=b829b21a-f733-45f7-ba7d-2d28405e6a5c&speed=200&xyz=58.48/-1.91/30`
|
|
16
19
|
|
|
17
20
|
## [3.1.0] - 2024-10-03
|
|
18
21
|
|