martin/tests/expected/configured
Yuri Astrakhan 3dc54d7f9e
Implement tile caching (#1105)
Add a top level config parameter -- the size of cache memory (in MB) to
use for caching tiles and PMT directories, defaulting to 512, and 0 to
disable. This also removes the `pmtiles.dir_cache_size_mb` parameter (it
will be ignored, but will give a warning)

```
cache_size_mb: 512
```

The new cache will contain all tiles as provided by the source. So if
PostgreSQL returns a non-compressed tile, the cache will contain the
uncompressed variant, and will be compressed for each response. This
will be fixed in the later releases.

Note that fonts and sprites are not cached at this time, and are still a
TODO.
2023-12-30 22:48:23 -05:00
..
catalog_cfg.json Implement http pmtiles (#991) 2023-12-22 06:01:50 +00:00
cmp_0_0_0.pbf [breaking] Use table name as the layer ID for PG tables (#598) 2023-03-13 07:41:25 -04:00
cmp_0_0_0.pbf.txt [breaking] Use table name as the layer ID for PG tables (#598) 2023-03-13 07:41:25 -04:00
fnc2_0_0_0.pbf Fix legacy DB, add CI tests (#547) 2023-01-01 05:03:21 +00:00
fnc2_0_0_0.pbf.txt Fix legacy DB, add CI tests (#547) 2023-01-01 05:03:21 +00:00
fnc_0_0_0.pbf Fix legacy DB, add CI tests (#547) 2023-01-01 05:03:21 +00:00
fnc_0_0_0.pbf.txt Fix legacy DB, add CI tests (#547) 2023-01-01 05:03:21 +00:00
fnc_comment_cfg.json Fix SQL comments when func or table is pre-configured (#1045) 2023-12-07 07:24:51 +00:00
font_1.pbf Implement dynamic font support /font/<name>/<start>-<end> (#755) 2023-10-28 05:10:48 +00:00
font_2.pbf Implement dynamic font support /font/<name>/<start>-<end> (#755) 2023-10-28 05:10:48 +00:00
font_3.pbf Implement dynamic font support /font/<name>/<start>-<end> (#755) 2023-10-28 05:10:48 +00:00
pmt2_0_0_0.png Minor cleanup and just reorg (#992) 2023-11-08 19:46:23 -05:00
pmt2_0_0_0.png.txt Minor cleanup and just reorg (#992) 2023-11-08 19:46:23 -05:00
pmt_0_0_0.png Add .pmtiles file support (#517) 2023-01-08 14:19:11 -05:00
pmt_0_0_0.png.txt Add .pmtiles file support (#517) 2023-01-08 14:19:11 -05:00
save_config.yaml Implement tile caching (#1105) 2023-12-30 22:48:23 -05:00
spr_cmp_2x.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_cmp_2x.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_cmp_2x.png.txt Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_cmp.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_cmp.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_cmp.png.txt Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_mysrc_2x.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_mysrc_2x.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_mysrc_2x.png.txt Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_mysrc.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_mysrc.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_mysrc.png.txt Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_src1_2x.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_src1_2x.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_src1_2x.png.txt Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_src1.json Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
spr_src1.png Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
spr_src1.png.txt Upgarde to v0.10 spreet crate, cleanup SpreetResult (#984) 2023-11-29 19:09:05 -05:00
tbl_0_0_0.pbf [breaking] Use table name as the layer ID for PG tables (#598) 2023-03-13 07:41:25 -04:00
tbl_0_0_0.pbf.txt [breaking] Use table name as the layer ID for PG tables (#598) 2023-03-13 07:41:25 -04:00
tbl_comment_cfg.json Fix SQL comments when func or table is pre-configured (#1045) 2023-12-07 07:24:51 +00:00