- Calculate target zoom based on
maxzoom
from@mapbox/mapnik-omnivore
- Upgrade
@mapbox/mapnik-omnivore
to prevent duplicate Mapnik versions when installed with other, newer libs.
- Fix dependency
require
s
- Request
@mapbox/tilelive-mapnik
as a peer dependency
- Upgrade dependencies for compatibility with node-6.x+
- Upgrade to
mapnik-omnivore@^7.1.0
(w/gdal@0.8.0
+ binaries for node-5.x)
- Improve debugging capabilities using
debug
. To enable, setDEBUG=tilelive-raster
- Require
tilelive-error
correctly
- Update to
mapnik-omnivore@6.0.0
(w/gdal@0.4.4
) and removegdal
dependency
- Update to
node-gdal@0.4.4
w/ JPEG and DEFLATE support - Use
tilelive-error
to prevent repeated attempts to load unsuitable rasters
- Attach a
close()
handler to clean up tmp files
- Improve the default zoom
- Initial release