Skip to content

Releases: maptiler/tileserver-gl

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

v1.4.0

25 Jan 14:44
Compare
Choose a tag to compare
  • Rename /fontstacks.json to /fonts.json for better consistency (#104)
  • Configurable optional alias for .pbf tiles (#109)
  • More robust startup (checking path are configured properly and #108)
  • Update dependencies (mapbox-gl.js to v0.31.0, mapbox-gl-native to 3.4.4, sharp to 0.17.1)

v1.3.2

17 Jan 20:23
Compare
Choose a tag to compare
  • Inspect mode improvements
  • Updated default styles for dat from OpenMapTiles

v1.3.0

19 Dec 20:13
Compare
Choose a tag to compare
  • Out-of-the-box compatibility with OpenMapTiles
  • Properly handle sprites and glyphs paths in style JSON
  • Dockerfile improvements (#87)
  • Fix for using external vector tiles (#93)
  • Large documentation update
  • GeoJSON endpoints (#78)
  • Use Mapbox GL Inspect for viewing raw vector data (#103)
  • Add /fontstacks.json endpoint (#101)
  • engines and engineStrict in package.json (#79)
  • Updated dependencies
  • Various bugfixes