Skip to content

Releases: consbio/mbgl-renderer

Version 0.8.0

13 Jan 18:31
4ff7656
Compare
Choose a tag to compare

0.8.0

  • upgrade NodeJS version in Docker and use newer base OS
  • added ability to provide images that can be used for icon-image, line-pattern, fill-pattern properties in style

Version 0.7.3

03 Dec 19:29
396e30f
Compare
Choose a tag to compare

Changes:

  • actually skip request logging for docker health check
  • avoid nesting error messages
  • upgraded JS dependencies

Potentially breaking:

  • @mapbox/geo-viewport 0.4.1 included a fix for calculating center points, which
    causes a small change in the center and zoom level automatically calculated
    here when bounds are provided for rendering. If you depend on precise
    control over how bounds are used for rendering, please check the outputs
    after upgrading.

WARNING:

This project depends on the Mapbox GL bindings for NodeJS, which are no longer maintained by Mapbox. These require
NodeJS 10, which is now beyond end of life for that version. We have no immediate path forward to upgrade to a newer version of NodeJS.

Version 0.7.2

11 Sep 17:41
0446c61
Compare
Choose a tag to compare
  • skip request logging for routes that do not exist (e.g., docker health check)

Version 0.7.1

08 May 16:36
88d9392
Compare
Choose a tag to compare

Changes:

  • Fixed handling of NaN and Infinity in inputs for bounds and center (#58)

Version 0.7.0

30 Mar 17:16
3ab8078
Compare
Choose a tag to compare
  • Added support for padding image bounds
  • Handle missing remote assets correctly (#49)
  • Added support for image sources (#52)
  • Added request logging (#54)

Version 0.5.0

08 Oct 13:05
Compare
Choose a tag to compare
  • upgraded Docker to NodeJS 10
  • reduced size of Docker image and simplified Xvfb management
  • added support for pitch and bearing options during rendering (#31)

0.4.0

21 Feb 20:55
Compare
Choose a tag to compare
Resolves #8