@panoramax/web-viewer 3.0.2-develop-a8ea8e60-develop-f1bb641f → 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 CHANGED
@@ -8,6 +8,15 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ### Added
12
+ - Streets background supports translations (if offered in vector tiles).
13
+
14
+ ### Changed
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`
19
+
11
20
  ## [3.1.0] - 2024-10-03
12
21
 
13
22
  ⚠️ Library has been renamed on NPM into `@panoramax/web-viewer`, you are invited to change your dependencies to keep track of new updates. Also, default import `GeoVisio` has been renamed into `Panoramax`, so you have to update your code as well.