Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.
Go to file
Lucas a9cb0c972f
Adjust readme and martin book (#1253)
Fixes #1245

Large book and README refactoring, adding quick started section, list of available features to the README, and moving most of the content from README to the book.

---------

Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
2024-05-26 07:06:28 -04:00
.cargo-husky/hooks Use --locked with cargo install (#1216) 2024-02-27 15:40:20 +08:00
.github chore(deps): Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#1316) 2024-05-25 01:24:25 -04:00
debian Implement tile caching (#1105) 2023-12-30 22:48:23 -05:00
demo chore(deps-dev): Bump vite from 4.5.2 to 4.5.3 in /demo/frontend (#1285) 2024-04-09 16:00:36 -04:00
docs Adjust readme and martin book (#1253) 2024-05-26 07:06:28 -04:00
martin Switch default encoding to gzip for now (#1260) 2024-05-25 05:51:04 +00:00
martin-tile-utils Fix typos (#1225) 2024-03-03 02:54:01 -05:00
mbtiles Fix a few CI issues and bump deps (#1341) 2024-05-17 01:05:19 -04:00
tests Fix CI: use new nginx and postgis actions (#1351) 2024-05-24 22:41:26 -04:00
.dockerignore Add AWS Lambda support (#1127) 2024-02-01 18:56:40 +00:00
.gitignore Add AWS Lambda support (#1127) 2024-02-01 18:56:40 +00:00
Cargo.lock Switch default encoding to gzip for now (#1260) 2024-05-25 05:51:04 +00:00
Cargo.toml Bump all dependencies, fix CI (#1353) 2024-05-25 01:17:26 -04:00
CHANGELOG.md fix spaces 2023-10-12 16:10:24 -04:00
CODE_OF_CONDUCT.md feat: clean up readme and code of conduct (#382) 2022-08-11 07:06:12 -04:00
docker-compose.yml Update documentation for running with Docker Compose (#1283) 2024-03-30 17:11:47 +00:00
justfile Use --locked with cargo install (#1216) 2024-02-27 15:40:20 +08:00
LICENSE-APACHE Clean up licensing per on-boarding (#364) 2022-07-06 08:25:45 -04:00
LICENSE-MIT Clean up licensing per on-boarding (#364) 2022-07-06 08:25:45 -04:00
logo.png docs: ✏️ add notes on debugging 2019-02-04 20:22:04 +03:00
README.md Adjust readme and martin book (#1253) 2024-05-26 07:06:28 -04:00
rustfmt.toml Minor refactor and cleanup (#716) 2023-06-15 18:36:41 -04:00
SECURITY_POLICY.txt Create SECURITY_POLICY.txt (#489) 2023-02-04 19:06:17 -05: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.