maplibre/martin

Make the tile source cache configuration per source configurable

オープン

#1,137 opened on 2024/01/17

 (3 件のコメント) (3 件のリアクション) (0 人の担当者)Rust (377 件のフォーク)auto 404
configgood first issuehelp wantedrustserving

Repository metrics

Stars
 (3,761 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Each tile source cache should be configurable, at least to be able to selectively enable/disable cache, but possibly more advanced.

Steps:

  • Add a boolean or a tri-state enum to each tile source config to allow cache=enable|disable|auto. The auto setting (default) should be the same as enable for now, but may become more complex in the future.
  • Make cache configurable per source type (postgres vs mbtiles vs pmtiles)
  • For postgres, make cache configurable for all auto-discoverable tables / functions

コントリビューターガイド