Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.
Go to file
verma nakul 4678a69a9c
Some checks failed
Documentation / Build Docs (push) Has been cancelled
CI / Lint and Unit test (push) Has been cancelled
CI / Build and test docker images (push) Has been cancelled
CI / Build ${{ matrix.target }} (.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / Build ${{ matrix.target }} (macos-13, x86_64-apple-darwin) (push) Has been cancelled
CI / Build ${{ matrix.target }} (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
CI / Build ${{ matrix.target }} (ubuntu-latest, debian-x86_64) (push) Has been cancelled
CI / Build ${{ matrix.target }} (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Demo / Demo (push) Has been cancelled
Code coverage / grcov (push) Has been cancelled
CI / Test AWS Lambda (push) Has been cancelled
CI / Test on ${{ matrix.os }} (.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / Test on ${{ matrix.os }} (macos-13, x86_64-apple-darwin) (push) Has been cancelled
CI / Test on ${{ matrix.os }} (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }} (postgres -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c ssl_key_file=/etc/ssl/private/ssl-cert-snakeoil.key, 15-3.3, require) (push) Has been cancelled
CI / Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }} (postgres, 11-3.0-alpine, disable) (push) Has been cancelled
CI / Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }} (postgres, 14-3.3-alpine, disable) (push) Has been cancelled
CI / Package (push) Has been cancelled
CI / CI Finished (push) Has been cancelled
feat: Updating Group dependency for GitHub Actions and Cargo (#1623)
### What does this PR do?

Updating the `.github/dependabot.yml` file to group dependency updates
for:

- GitHub Actions: All updates will now be grouped under a single PR
using the `all-actions` group.
- Cargo: Updates will be batched into a single PR using the `all-cargo`
group.

### Which issue does this PR Fixes?
- Fixes #1622

---------

Co-authored-by: Lucas <zhangyijunmetro@hotmail.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2024-12-16 09:37:32 +00:00
.cargo-husky/hooks Use --locked with cargo install (#1216) 2024-02-27 15:40:20 +08:00
.github feat: Updating Group dependency for GitHub Actions and Cargo (#1623) 2024-12-16 09:37:32 +00:00
debian Implement tile caching (#1105) 2023-12-30 22:48:23 -05:00
demo chore(deps): Bump axios from 1.6.1 to 1.7.7 in /demo/frontend (#1544) 2024-10-19 23:36:35 -04:00
docs fix docs typo (#1597) 2024-11-25 12:21:11 -05:00
martin chore: snapshots on sorted test output (#1615) 2024-12-15 16:19:17 +01:00
martin-tile-utils Optimize produced release binaries (#1385) 2024-06-26 20:31:41 -04:00
martin-ui Update martin-ui NPM dependencies 2024-10-01 00:28:48 -04:00
mbtiles chore(tests): re-blessed all tests (#1582) 2024-12-13 22:51:35 +01:00
tests chore: snapshots on sorted test output (#1615) 2024-12-15 16:19:17 +01:00
.dockerignore Bump deps, CI cleanup 2024-07-12 16:17:45 -04:00
.gitignore Bump deps, CI cleanup 2024-07-12 16:17:45 -04:00
Cargo.lock chore(deps): Bump tokio from 1.41.1 to 1.42.0 (#1604) 2024-12-16 09:31:55 +00:00
Cargo.toml chore(deps): Bump rustls from 0.23.19 to 0.23.20 (#1618) 2024-12-16 03:51:53 +00:00
CHANGELOG.md fix spaces 2023-10-12 16:10:24 -04:00
CITATION.cff docs: fix security policy linking and add citations (#1600) 2024-12-11 02:28:29 +01:00
CODE_OF_CONDUCT.md feat: clean up readme and code of conduct (#382) 2022-08-11 07:06:12 -04:00
Cross.toml add web UI placeholder (#1395) 2024-07-14 13:39:29 -04:00
docker-compose.yml Update dependencies, tests, connection limit (#1530) 2024-10-01 00:10:06 -04:00
justfile Update dependencies, tests, connection limit (#1530) 2024-10-01 00:10:06 -04: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 fix ci, dep bump 2024-06-13 18:33:29 -04:00
rustfmt.toml Minor refactor and cleanup (#716) 2023-06-15 18:36:41 -04:00
SECURITY.md docs: fix security policy linking and add citations (#1600) 2024-12-11 02:28:29 +01:00

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.