mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
f88fd10aa8
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.
26 lines
501 B
Plaintext
26 lines
501 B
Plaintext
[INFO ] cp_flat-with-hash has an unrecognized metadata value foo={"bar":"foo"}
|
|
[INFO ] Using 'mvt' tile format from metadata table in file cp_flat-with-hash
|
|
id: cp_flat-with-hash
|
|
tile_info:
|
|
format: mvt
|
|
encoding: ''
|
|
layer_type: null
|
|
tilejson:
|
|
tilejson: 3.0.0
|
|
tiles: []
|
|
vector_layers:
|
|
- id: table_source
|
|
fields:
|
|
gid: int4
|
|
bounds:
|
|
- -2.0
|
|
- -1.0
|
|
- 142.84131509869133
|
|
- 45.0
|
|
name: table_source
|
|
foo: '{"bar":"foo"}'
|
|
format: mvt
|
|
generator: martin-cp v0.10.1
|
|
json: {}
|
|
|