Skip to content

Releases: maptiler/tileserver-gl

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

v2.4.0

14 Sep 06:31
Compare
Choose a tag to compare

v2.3.0

01 Dec 10:15
Compare
Choose a tag to compare
  • Make raster tile renderer pool sizes configurable (#222, @otsaloma)
  • Handling of promise rejections (#229, @tschaub)
  • Catch incorrect headers inside mbtiles data (#232, @rani-pinchuk)
  • Propagate SIGTERM correctly to node (#242, @samizdis)
  • Modifications to Xvfb process startup
  • Removed node-pngquant-native dependency
  • Dockerfile now based on node:6-stretch