Skip to content

martin-v1.4.0

Latest

Choose a tag to compare

@CommanderStorm CommanderStorm released this 15 Mar 11:20
· 9 commits to main since this release
7c676af

ZSTD support

If your browser prefers this, we will now start sending ZSTD (or deflate) compressed tiles your way.
Done in #2597 by @nuts-rice

A new documentation site

We migrated our documentation to zenzical, a more modern documentation platform.
Just have a look for yourself, does it not look pretty? -> https://maplibre.org/martin
Done in #2576 by [@
manbhav234](https://github.com/
manbhav234)

Added

  • (martin-cp) now has a prettier, indicativ based progress bar (#2495)
  • Add retry mechanism on locked/busy mbtiles files was added (#2572)

Fixed

  • (ui) render MLT tiles correctly in Tile Inspector (#2601)
  • redirect ignoring --route-prefix for .pbf tile requests (#2599)
  • restrict zooming and panning on data inspector (#2574)
  • Accept any INT-containing type in MBTiles validation to be an integer (#2560)

Other

  • rename the webp.sql fixture to webp-no-primary.sql (#2564)
  • more cfg magic instead of #[allow(unused_variables)] (#2563)
  • More restrictive expects (#2562)
  • feature-gate PostgreSQL tests to remove external dependencies from cargo test (#2558)
  • Bump some dependencys (#2608, #2602, #2592, #2577, #2575, #2567)