Skip to content

Releases: mapbox/tile-reduce

v3.3.1

23 Apr 13:36
Compare
Choose a tag to compare

Update dependencies so that tile-reduce installs cleanly with modern versions of Node.
Includes updated @mapbox/mbtiles which depends on and supports the latest sqlite3 node package.

v3.3.0

28 Jan 15:56
Compare
Choose a tag to compare
  • Kill worker processes with SIGHUP instead of SIGTERM so that they'd have a chance to clean up things.
  • Update dependencies so that tile-reduce installs cleanly with modern versions of Node.

v3.2.0

11 Jan 14:58
Compare
Choose a tag to compare
  • Better error handling.
  • Support MBTiles with application/vnd.mapbox-vector-tile MIME-type.
  • Updated dependencies.