mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
e58773f7b0
* introduce a new Connections object to track all positional strings passed as the CLI arguments * each tile provider can now indicate if it can take a positional CLI arg, and if the value can be shared between multiple providers, i.e. if its a directory that could contain files for multiple providers * make xyz use better types - u8 for zoom, u32 for x&y. Postgres casts those to INT2 and INT8 * minor bug in pre-push git hook to abort in case of a testingerror * added GIF detection/type * combine MVT and compression concepts into one enum more explicitly. It is not ideal (technically they are separate concerns), but it keeps it a bit simpler for now for multiple providers. * set content encoding and content type on HTTP responses if known, and also include them in the `/catalog` response (json) * raise an error if the user attempts to merge non-concatenatable tiles from multiple sources. We may want to implement it in the future, e.g. combine multiple semi-transparent PNGs. Or even combine GIF & PNG & JPEG * do not set content-type on empty responses (http 204) * add tilejson outputs to testing
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
#### Make sure this list is the same as in the .dockerignore file
|
|
|
|
.DS_Store
|
|
target/
|
|
**/*.rs.bk
|
|
.idea/
|
|
test_log*
|
|
*.profraw
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|