tileserver-gl-light 5.5.0-pre.6 → 5.5.0-pre.7
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
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* Fix S3 URL parsing for nested paths in AWS buckets (https://github.com/maptiler/tileserver-gl/pull/1819) by @acalcutt
|
|
10
10
|
* Fix Renderer Crashes and Memory Leak (https://github.com/maptiler/tileserver-gl/pull/1825) by @acalcutt
|
|
11
11
|
* Fix loading local data sources (PMTiles/MBTiles) specified in style (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt
|
|
12
|
-
* **BREAKING**: Change 'sparse' option default based on tile format - vector tiles (pbf) default to false (204), raster tiles default to true (404 for overzoom) by @acalcutt
|
|
12
|
+
* **BREAKING**: Change 'sparse' option default based on tile format - vector tiles (pbf) default to false (204), raster tiles default to true (404 for overzoom) (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt
|
|
13
|
+
* Revert "fix(deps): bump maplibre-gl from 5.13.0 to 5.14.0 (https://github.com/maptiler/tileserver-gl/pull/1853)
|
|
13
14
|
|
|
14
15
|
## 5.4.0
|
|
15
16
|
* Fix the issue where the tile URL cannot be correctly parsed with the HTTPS protocol when using an nginx proxy service (https://github.com/maptiler/tileserver-gl/pull/1578) by @dakanggo
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tileserver-gl-light",
|
|
3
|
-
"version": "5.5.0-pre.
|
|
3
|
+
"version": "5.5.0-pre.7",
|
|
4
4
|
"description": "Map tile server for JSON GL styles - serving vector tiles",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": "src/main.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@maplibre/maplibre-gl-style-spec": "24.3.1",
|
|
47
47
|
"@sindresorhus/fnv1a": "3.1.0",
|
|
48
48
|
"advanced-pool": "0.3.3",
|
|
49
|
-
"chokidar": "
|
|
49
|
+
"chokidar": "5.0.0",
|
|
50
50
|
"clone": "2.1.2",
|
|
51
51
|
"color": "5.0.3",
|
|
52
52
|
"commander": "14.0.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"http-shutdown": "1.2.2",
|
|
58
58
|
"leaflet": "1.9.4",
|
|
59
59
|
"leaflet-hash": "0.2.1",
|
|
60
|
-
"maplibre-gl": "5.
|
|
60
|
+
"maplibre-gl": "5.13.0",
|
|
61
61
|
"morgan": "1.10.1",
|
|
62
62
|
"pbf": "4.0.1",
|
|
63
63
|
"pmtiles": "4.3.0",
|