Skip to content

Commit d8518b4

Browse files
okimikoacalcutt
andauthored
Various Updates and Fix RTL Plugin Load (#1491)
* add missing rsync package * enable lazy loading of rtl plugin * various updates * apply changes due to 'sphericalmercator' update * use postinstall instead of prepare * add missing packages for test execution * revert previous rename of 'prepare' * add globe control * add terrain control, if terrain is available * Update package-lock.json * Update package.json * disable globe mode for terrain preview (unclear coordinates off the globe) * Update package-lock.json * v5.3.0-pre.0 --------- Co-authored-by: acalcutt <acalcutt@techidiots.net>
1 parent 1fc4e15 commit d8518b4

File tree

10 files changed

+63
-266
lines changed

10 files changed

+63
-266
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# tileserver-gl changelog
22

3-
## 5.2.2-pre.0
3+
## 5.3.0-pre.0
44
* Fix - Include public\resources js files on npm publish by specifying included files in package.json (https://github.com/maptiler/tileserver-gl/pull/1490) by @acalcutt
5-
5+
* Fix - Various Updates and Fix RTL Plugin Load (https://github.com/maptiler/tileserver-gl/pull/1489) by @okimiko
6+
* Updates Maplibre-gl-js to v5 and adds globe support.
67

78
## 5.2.1
89
* Fix invalid Delete of 'prepare' Script required for Light Build (https://github.com/maptiler/tileserver-gl/pull/1489) by @okimiko

Dockerfile_build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
88
build-essential \
99
ca-certificates \
1010
curl \
11+
rsync \
12+
jq \
13+
unzip \
1114
gnupg \
1215
pkg-config \
1316
xvfb \

0 commit comments

Comments
 (0)