SYNOPSYS
- tilelive-copy <options> <source> <destination>
DESCRIPTION
Copy tiles from a source tile store URI to a destination tile store URI.
OPTIONS
-
-
--job, -j
Job file (will be resumed if it exists) -
--scheme, -s
One of [file, scanline, pyramid]
[default: "scanline"] -
--list, -l
If scheme=file, the coordinates file -
--concurrency, -c
Number of parallel copy operations
[default: 8] -
--bbox
WGS84 bounding box
[default: [-180,-85.0511,180,85.0511]] -
--minzoom
Zoom level from which to start copying (inclusive)
[default: 0] -
--maxzoom
Zoom level until which to copy (inclusive)
[default: 8] -
--metatile
Metatile side length in number of tiles
[default: 1]
-
--job, -j
EXAMPLES
-
tilelive-copy -j my.job --minzoom=2 --maxzoom=4 --metatile=8 \
tilejson:///path/to/file/mapquest.tilejson \
mbtiles:///path/to/file/world-light.mbtiles