Releases: maptiler/tileserver-gl
Releases · maptiler/tileserver-gl
v4.1.2
- Bugfix: publicUrl is not used in some urls (#605, @Monstrofil )
- Extended Static-Images Endpoint (#619, @benedikt-brandtner-bikemap )
- Move docker images to ubuntu (#620, @acalcutt)
- Fix HUP kill not reloading config (#630, @acalcutt)
- fix canvas import (#631, @acalcutt)
- Fix 'use omit=dev' warning. copy package-lock.json if it exists (#632, @acalcutt)
v4.1.1
- Convert to esm module syntax (#606, @acalcutt)
- don't include duplicate attributions (#613, @mnutt @acalcutt)
- Fix URL to WMTS capabilities to be based on public URL (#501, @mloskot)
- Fix rendering with tileMargin on top and bottom border of map (#571, @frankstolle)
- Open mbtiles in readonly mode (#506, @xabbu42)
- CSS: Fix line break for long key-value strings (#580, @tordans)
- Update publishing (#616, @acalcutt)
- Updated maplibre-native to 5.0.1-pre.6, which adds support for MacOS 12 arm64. (#606, @acalcutt)
v4.0.0
- 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
v3.1.0
- Fix preview thumbnail for raster data sources (#441, @hfs)
- Increase initial timeout - xvfbMaxStartWaitTime (#413, @zstadler)
- Fix reflected XSS in 'key' parameter (#462, @korpd)
- Fix reflected XSS in 'style' parameter (#463, @korpd)
- Fix missing ScaleDenominator in wmts.tmpl (#479, @poljvd)
- Fix crash in serveAllFonts (#482, @candux)
- Update sharp to avoid segfault (#488, @vcabbage)
- Render up to scale level 22 (#487, @bheupers)
- Add api key to sprite ressources in style json (#484, @candux)
- Streamline Dockerfile for caching and size (#457, @joakimfors)
v3.0.0
- 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
v2.5.0
v2.4.0
- Replace Nomnom with Commander (#263, @loicgasser)
- Silent mode (do not log requests with status == 200) (#269, @michaill)
- Ensure that container can be restarted (#310, @guenhter)
- Return 204 when mbtiles error is 'Tile does not exist' (#278, @amirmasud)
- Update commander and devDeps (#303, @loicgasser)
- Add support for WMTS capabilities (#307, @spatialillusions)
- Dependencies and libraries update
v2.3.0
- 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