martin/martin
Yuri Astrakhan 81f4d4cd03
Switch default encoding to gzip for now (#1260)
GZip is significantly faster, so for now lets use that until brotli
project gains some performance, and until we get proper
after-compression caching.
2024-05-25 05:51:04 +00:00
..
benches Add --preferred-encoding (gzip|brotli) to use when tile is not pre-encoded by source (#1189) 2024-02-19 19:21:37 +08:00
src Switch default encoding to gzip for now (#1260) 2024-05-25 05:51:04 +00:00
tests chore: increase complexity of the SQL table test (#1256) 2024-03-16 04:23:35 -04:00
Cargo.toml Switch default encoding to gzip for now (#1260) 2024-05-25 05:51:04 +00:00
README.md Move Martin crate to its own subdir (#699) 2023-06-04 02:50:55 +00:00
release.toml Upgrade sqlx to v0.7 (#743) 2023-07-04 08:05:23 -04:00

Martin

Book docs.rs docs GitHub crates.io version Security audit CI build

Martin is a tile server able to generate and serve vector tiles on the fly from large PostGIS databases, PMTile (local or remote), and MBTile files, allowing multiple tile sources to be dynamically combined into one. Martin optimizes for speed and heavy traffic, and is written in Rust.

Features

  • Serve vector tiles from PostGIS, PMTile, and MBTile sources
  • Combine multiple tile sources
  • Generate sprites and font glyphs
  • Generate tiles in bulk from any Martin-supported sources into an .mbtiles file with martin-cp tool
  • Examine, copy, validate, compare, and apply diffs between .mbtiles files with mbtiles tool

Documentation

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.