Skip to content

Releases: maptiler/tileserver-gl

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

v2.2.0

01 Sep 09:45
Compare
Choose a tag to compare

v2.1.0

03 Jul 07:44
Compare
Choose a tag to compare
  • Fix startup issues with the Docker image in some cases (#185, #187)
  • Update Mapbox GL JS to v0.38.0 (#188)

v2.0.0

23 Jun 19:56
Compare
Choose a tag to compare

Breaking changes

  • Upgrade from Node v4 to Node v6
  • Changed URLs (see #154):
    • Rendered tiles at /styles/{name}/{z}/{x}/{y}.{format}
    • TileJSON at /styles/{name}.json !!! COLLISION WITH THE OLD GL STYLE JSON URL !!!
    • GL Style JSON /styles/{name}/style.json

v1.7.0

10 May 09:26
Compare
Choose a tag to compare
  • Fix broken static maps bounds overlay (for very large areas)
  • Add healthcheck endpoint (#140)

v1.6.0

04 May 10:18
Compare
Choose a tag to compare
  • Configuration reloading on SIGHUP (#155)
  • --cors option for better control over CORS handling (#150)
  • Slightly improve performance of the Docker image
  • Update dependencies

v1.5.0

29 Mar 14:20
Compare
Choose a tag to compare
  • Add option to disable static maps (#129)
  • Configurable scale factors ( #121)
  • Add support for watermarks (#130)
  • Add possibility to change/disable the front page (#128)
  • Hide empty headers on index (#125)
  • Update dependencies

v1.4.1

03 Feb 09:09
Compare
Choose a tag to compare
  • Fix tileserver-gl-light having native dependencies (#113)
  • Correctly render all labels in javascript (RTL, Arabic, Hebrew) (#112)
  • Update dependencies