martin/tests/expected
Yuri Astrakhan 2def6288f1
PMTiles cache, refactor file configs, modularize (#1094)
* Make it possible to have configuration specific to the file-based
config sections: pmtiles, mbtiles, and sprites.
* Implement PMTiles directory cache shared between all pmtiles (both
http and local), with configurable max cache size (in MB), or 0 to
disable. Defaults to 32MB (?)
* PMTiles now share web client instance, which optimizes connection
reuse in case multiple pmtiles reside on the same host
* Major refactoring to allow modular reuse, enabling the following build
features:
    * **postgres** - enable PostgreSQL/PostGIS tile sources
    * **pmtiles** - enable PMTile tile sources
    * **mbtiles** - enable MBTile tile sources
    * **fonts** - enable font sources
    * **sprites** - enable sprite sources
* Use justfile in the CI

Fixes #1093
2023-12-25 05:52:04 +00:00
..
auto Implement http pmtiles (#991) 2023-12-22 06:01:50 +00:00
auto_mini mbtiles improvements, minor changes (#1013) 2023-11-19 10:06:37 +00:00
configured PMTiles cache, refactor file configs, modularize (#1094) 2023-12-25 05:52:04 +00:00
martin-cp Multiple mbtiles and martin-cp fixes (#1083) 2023-12-18 23:19:36 -05:00
mbtiles Add tiles table/view validation to mbtiles validate (#1057) 2023-12-10 10:59:14 +08:00