Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.
Go to file
2024-06-26 16:45:11 -04:00
.cargo-husky/hooks
.github Add semver 2024-06-25 15:45:37 -04:00
debian
demo chore(deps): Bump braces from 3.0.2 to 3.0.3 in /demo/frontend (#1372) 2024-06-13 00:28:38 -04:00
docs Update quick-start-qgis.md (#1382) 2024-06-25 12:43:44 -04:00
martin Bump versions 2024-06-26 16:45:11 -04:00
martin-tile-utils Add binary diff for mbtiles (#1358) 2024-06-25 19:34:14 +00:00
mbtiles fix for mbtiles apply-patch with raw bindiff (#1384) 2024-06-26 20:37:20 +00:00
tests fix for mbtiles apply-patch with raw bindiff (#1384) 2024-06-26 20:37:20 +00:00
.dockerignore
.gitignore Add binary diff for mbtiles (#1358) 2024-06-25 19:34:14 +00:00
Cargo.lock Bump versions 2024-06-26 16:45:11 -04:00
Cargo.toml fix for mbtiles apply-patch with raw bindiff (#1384) 2024-06-26 20:37:20 +00:00
CHANGELOG.md
CODE_OF_CONDUCT.md
docker-compose.yml Update documentation for running with Docker Compose (#1283) 2024-03-30 17:11:47 +00:00
justfile Add binary diff for mbtiles (#1358) 2024-06-25 19:34:14 +00:00
LICENSE-APACHE
LICENSE-MIT
logo.png
README.md fix ci, dep bump 2024-06-13 18:33:29 -04:00
rustfmt.toml
SECURITY_POLICY.txt

Martin

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

Martin is a tile server and a set of tools able to generate vector tiles on the fly from large PostgreSQL databases, and serve tiles from PMTiles and MBTiles files. Martin optimizes for speed and heavy traffic, and is written in Rust.

Features

  • Serve vector tiles from
    • PostGIS databases, automatically discovering compatible tables and functions
    • PMTile, both local files and over HTTP
    • MBTile files
  • Combine multiple tile sources into one
  • 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.