Skip to content

Releases: maptiler/tileserver-gl

v4.2.1

08 Dec 07:13
e01ba4d
Compare
Choose a tag to compare
  • Ensure font serving does not reflect userdata-derived errors as HTML (#647, @mnutt)
  • usage.rst: Add "Docker and --port" section (#651, @zstadler)
  • build: move to GitHub Actions workflow(s) (#597, @vinayakkulkarni @acalcutt)
  • chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0 (#656)
  • chore(deps-dev): bump chai from 4.3.6 to 4.3.7 (#655)
  • chore(deps-dev): bump lint-staged from 13.0.3 to 13.1.0 (#654)
  • fix(deps): bump commander from 9.4.0 to 9.4.1 (#653)
  • chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.2 to 39.6.4 (#652)

v4.2.0

21 Nov 05:43
c134795
Compare
Choose a tag to compare

NOTE - BREAKING DOCKER CHANGE
The default port for the docker image has changed from 80 to 8080. In your docker run command, "8080:80" must be changed to "8080:8080"

v4.1.2

29 Oct 01:35
1243405
Compare
Choose a tag to compare

v4.1.1

28 Sep 21:04
7f6d6bc
Compare
Choose a tag to compare

v4.0.0

22 Sep 13:02
Compare
Choose a tag to compare
  • Node 16 is now recommended.
  • Docker has been updated to run on Debian 11. (#602, @acalcutt )
  • Mapbox-Native has been replaced with MapLibre-Native to allow upgrades past node 10. (#602, @acalcutt )
  • Templates have been changed to use maplibre-gl-js and leaflet. (#603, @acalcutt )
  • All packages upgraded (#604 #610, @acalcutt )
  • Add static renderer pool for static images to work around 'tile mode' changes in maplibre-native (#608, @acalcutt )

v3.1.1

14 Dec 14:32
Compare
Choose a tag to compare
  • Fix the docker image port to fix backward compatibility

v3.1.0

11 Dec 15:36
Compare
Choose a tag to compare

v3.0.0

11 Mar 13:19
Compare
Choose a tag to compare
  • Add tileMargin option (#379, @stefslon) (#394, @korpd)
  • Upgrade to node 10, es6 (@nyurik)
  • Code cleaning and removing unnecessary resources
  • Cleanup bundled style and fonts (simplify startup procedure #271)
  • Add serveAllStyles option + watch the directory for changes
  • Add style validation and skip invalid styles
  • Make tileserver-gl-light compatible with node >=10 (#410, @jdesboeufs)
  • Fix outlines on semi-transparent edges (#415, @xabbu42)
  • Update dependencies

v2.6.0

26 Aug 10:21
Compare
Choose a tag to compare
  • Flatten 3D buildings when rendering to remove artifacts
  • let the user define a log file or a log format #355
  • Remove body data from http 204 response #339
  • And other fixes

v2.5.0

19 Dec 12:34
Compare
Choose a tag to compare