-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,18 +9,18 @@ | |
[![CI build](https://github.com/maplibre/martin/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/martin/actions) | ||
|
||
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](https://github.com/rust-lang/rust). | ||
from large `PostgreSQL` databases, and serve tiles from `PMTiles` and `MBTiles` files. Martin optimizes for speed and heavy traffic, and is written in [Rust](https://github.com/rust-lang/rust). | ||
|
||
## Features | ||
|
||
* Serve [vector tiles](https://github.com/mapbox/vector-tile-spec) from | ||
* [PostGIS](https://github.com/postgis/postgis) databases, automatically discovering compatible tables and functions | ||
* [PMTile](https://protomaps.com/blog/pmtiles-v3-whats-new), both local files and over HTTP | ||
* [MBTile](https://github.com/mapbox/mbtiles-spec) files | ||
* [PostGIS](https://github.com/postgis/postgis) databases, automatically discovering compatible tables and functions | ||
Check failure on line 17 in README.md GitHub Actions / Build DocsUnordered list indentation
|
||
* [PMTile](https://protomaps.com/blog/pmtiles-v3-whats-new), both local files and over HTTP | ||
Check failure on line 18 in README.md GitHub Actions / Build DocsUnordered list indentation
|
||
* [MBTile](https://github.com/mapbox/mbtiles-spec) files | ||
Check failure on line 19 in README.md GitHub Actions / Build DocsUnordered list indentation
|
||
* [Combine](https://maplibre.org/martin/sources-composite.html) multiple tile sources into one | ||
* Generate [sprites](https://maplibre.org/martin/sources-sprites.html) and [font glyphs](https://maplibre.org/martin/sources-fonts.html) | ||
* Generate tiles in bulk from any Martin-supported sources into an MBTiles file with [martin-cp](https://maplibre.org/martin/martin-cp.html) tool | ||
* Examine, copy, validate, compare, and apply diffs between MBTiles files with [mbtiles](https://maplibre.org/martin/tools.html#mbtiles) tool | ||
* Generate tiles in bulk from any Martin-supported sources into an `MBTiles` file with [martin-cp](https://maplibre.org/martin/martin-cp.html) tool | ||
* Examine, copy, validate, compare, and apply diffs between `MBTiles` files with [mbtiles](https://maplibre.org/martin/tools.html#mbtiles) tool | ||
|
||
## Documentation | ||
|
||
|