Releases: maptiler/tileserver-gl
Releases · maptiler/tileserver-gl
v2.1.0
- Fix startup issues with the Docker image in some cases (#185, #187)
- Update Mapbox GL JS to v0.38.0 (#188)
v2.0.0
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
- Fix broken static maps bounds overlay (for very large areas)
- Add healthcheck endpoint (#140)
v1.6.0
- 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
- 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
- Fix tileserver-gl-light having native dependencies (#113)
- Correctly render all labels in javascript (RTL, Arabic, Hebrew) (#112)
- Update dependencies
v1.4.0
- 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
- Inspect mode improvements
- Updated default styles for dat from OpenMapTiles
v1.3.0
- 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