Changelog
5.8.1
tilelive.copy()
that caused every copy operation to timeout after 60s (or the specified timeout interval).Changelog
5.8.0
tilelive.copy()
operations that stop doing any processing for 60s will error. This timeout interval is configurable.tilelive.copy()
callers can provide a transform stream which will receive each tile read from the source on its way to the destination.Changelog
5.7.0
close
option to tilelive.copy()
which determines whether sources are closed at the end of a copy operation. The shell-executable script tilelive-copy
hard-wires this option to true
.Changelog
5.6.3
Changelog
5.6.0
bounds
validation to be more forgiving of datasets that exceed mercator extents.retry
option to read/write copy streams for the number of additional times to attempt a getTile/putTile operation if the first attempt fails.