Skip to content

Tags: maplibre/martin

Tags

v0.14.2

Toggle v0.14.2's commit message
bump to 0.14.2

v0.14.1

Toggle v0.14.1's commit message
bump dependencies

v0.14.0

Toggle v0.14.0's commit message
Add semver

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.12.0

Toggle v0.12.0's commit message
fix debian config example

v0.11.6

Toggle v0.11.6's commit message
bump martin version

v0.11.5

Toggle v0.11.5's commit message
CI fixes

v0.11.4

Toggle v0.11.4's commit message
bump lock

v0.11.3

Toggle v0.11.3's commit message
bump lock

v0.11.2

Toggle v0.11.2's commit message
fix long bounds calculation message