martin/tests
Yuri Astrakhan 3fcad46500
fix (re-)compression of images (#579)
Compression middleware turned out to be hard to use for image cases - it
simply looks at the content-encoding, and if not set, tries to compress
if accepted by the client.

Instead, now individual routes are configured with either that
middleware, or for tiles, I decompress and optionally recompress if
applicable.

Now encoding is tracked separately from the tile content, making it
cleaner too. Plus lots of tests for mbtiles & pmtiles.

Fixes #577
2023-02-20 10:44:22 -05:00
..
expected fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
fixtures fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
utils fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
composite_source.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
config.yaml fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
debug-deckgl.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-leaflet.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-maplibre.html Require PostGIS 3 and use ST_TileEnvelope (#497) 2022-11-30 18:57:27 +02:00
debug.html Improve pre-push hook and debug page (#509) 2022-12-10 09:40:01 +02:00
mb_server_test.rs fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
pg_function_source_test.rs tests, report unknown cfg, rm catalog vector flds (#551) 2023-01-12 11:48:15 -05:00
pg_server_test.rs tests, report unknown cfg, rm catalog vector flds (#551) 2023-01-12 11:48:15 -05:00
pg_table_source_test.rs Add .mbtiles support (#549) 2023-01-09 00:10:23 -05:00
pmt_server_test.rs fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
test.sh fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00