fix docs typo (#1597)

This commit is contained in:
Frank Elsinga 2024-11-25 18:21:11 +01:00 committed by GitHub
parent 588f29c855
commit 2cc5175b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.