mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 12:21:56 +03:00
fix docs typo (#1597)
This commit is contained in:
parent
588f29c855
commit
2cc5175b35
@ -1,8 +1,8 @@
|
|||||||
# Generating Tiles in Bulk
|
# Generating Tiles in Bulk
|
||||||
|
|
||||||
`martin-cp` is a tool for generating tiles in bulk, from any source(s) supported by Martin, and save retrieved tiles
|
`martin-cp` is a tool for generating tiles in bulk, from any source(s) supported by Martin, and save retrieved tiles
|
||||||
into a new or an existing MBTiles file. `martin-cp` can be used to generate tiles for a large area or multiple areas (
|
into a new or an existing MBTiles file. `martin-cp` can be used to generate tiles for a large area or multiple areas
|
||||||
bounding boxes). If multiple areas overlap, it will ensure each tile is generated only once. `martin-cp` supports the
|
(bounding boxes). If multiple areas overlap, it will ensure each tile is generated 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.
|
same configuration file and CLI arguments as Martin server, so it can support all sources and even combining sources.
|
||||||
|
|
||||||
After copying, `martin-cp` will update the `agg_tiles_hash` metadata value unless `--skip-agg-tiles-hash` is specified.
|
After copying, `martin-cp` will update the `agg_tiles_hash` metadata value unless `--skip-agg-tiles-hash` is specified.
|
||||||
|
Loading…
Reference in New Issue
Block a user