martin/mbtiles/src
Yuri Astrakhan f88fd10aa8
Add martin-cp tool to bulk-copy tiles from any Martin-supported sources (#1011)
This adds a new utility called `martin-cp` that allows copying any
number of tiles from a single source (or a composite source) to an
mbtiles file.

`martin-cp` is a tool for generating tiles in bulk, and save retrieved
tiles into a new or an existing MBTiles file. It can be used to generate
tiles for a large area or multiple areas. If multiple areas overlap, it
will generate tiles only once. `martin-cp` supports the same
configuration file and CLI arguments as Martin server, so it can support
all sources and even combining sources.
2023-11-20 06:27:51 +00:00
..
bin mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
copier.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
errors.rs Add martin-cp tool to bulk-copy tiles from any Martin-supported sources (#1011) 2023-11-20 06:27:51 +00:00
lib.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
mbtiles.rs Add martin-cp tool to bulk-copy tiles from any Martin-supported sources (#1011) 2023-11-20 06:27:51 +00:00
metadata.rs Add martin-cp tool to bulk-copy tiles from any Martin-supported sources (#1011) 2023-11-20 06:27:51 +00:00
patcher.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
pool.rs Rename martin-mbtiles crate to mbtiles (#976) 2023-10-28 08:50:49 +00:00
queries.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
summary.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
validation.rs mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00