2024-07-12 23:17:45 +03:00
|
|
|
####
|
2023-06-23 06:01:57 +03:00
|
|
|
#### This must match .dockerignore ####
|
2024-07-12 23:17:45 +03:00
|
|
|
####
|
|
|
|
|
2018-11-02 16:38:00 +03:00
|
|
|
.DS_Store
|
Refactorings, content-type/enc, cli parsing, tests, minor fixes (#548)
* 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
2023-01-08 17:31:58 +03:00
|
|
|
target/
|
2017-09-30 13:55:44 +03:00
|
|
|
**/*.rs.bk
|
2022-05-27 14:04:27 +03:00
|
|
|
.idea/
|
2023-08-02 15:10:01 +03:00
|
|
|
.vscode/
|
2022-12-12 17:11:10 +03:00
|
|
|
test_log*
|
2022-12-27 09:56:27 +03:00
|
|
|
*.profraw
|
2018-07-24 12:34:01 +03:00
|
|
|
|
2019-08-28 14:04:15 +03:00
|
|
|
pg_data/
|
2022-05-27 14:04:27 +03:00
|
|
|
config.yml
|
2022-10-28 21:52:39 +03:00
|
|
|
tests/output/
|
2024-06-25 22:34:14 +03:00
|
|
|
tests/mbtiles_temp_files/
|
2023-06-23 06:01:57 +03:00
|
|
|
tmp/
|
2024-02-01 21:56:40 +03:00
|
|
|
.aws-sam/
|
2024-07-12 23:17:45 +03:00
|
|
|
|
|
|
|
**/node_modules/
|
|
|
|
**/dist/
|
|
|
|
|
|
|
|
####
|
|
|
|
#### Above content must match .dockerignore ####
|
|
|
|
####
|