mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.
hacktoberfestleafletmapbox-glmapbox-gl-jsmapbox-vector-tilemaplibremaplibre-gl-jsmapsmbtilespmtilespostgispostgresqlruststarred-maplibre-repostarred-repovector-tileswebserver
928a700150
* NEW: support for #512 - pg table/function auto-discovery * can filter schemas * can use patterns like `{schema}.{table}.{column}` and `{schema}.{function}` * NEW: add `disable_bounds` bool flag to allow disabling of the bounds computation * reworked integration tests to use yaml |
||
---|---|---|
.cargo-husky/hooks | ||
.github | ||
benches | ||
martin-tile-utils | ||
src | ||
tests | ||
.dockerignore | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
docker-compose.yml | ||
Dockerfile | ||
justfile | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
logo.png | ||
nginx.conf | ||
README-main.md | ||
README.md | ||
release.toml | ||
rustfmt.toml |
Martin is a PostGIS vector tiles server suitable for large databases. Martin is written in Rust using Actix web framework.
-
See documentation for v0.6 (latest stable).
-
If you want to see our unreleased version documentation, go here, but it may change.