Skip to content

Commit

Permalink
use asterisk in README
Browse files Browse the repository at this point in the history
  • Loading branch information
paigewilliams committed Jul 10, 2024
1 parent e322645 commit 62ff5a1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ from large `PostgreSQL` databases, and serve tiles from `PMTiles` and `MBTiles`

## 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
- [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
* 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
* [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

## Documentation

- [Quick Start](https://maplibre.org/martin/quick-start.html)
- [Installation](https://maplibre.org/martin/installation.html)
- Running with [CLI](https://maplibre.org/martin/run-with-cli.html)
* [Quick Start](https://maplibre.org/martin/quick-start.html)
* [Installation](https://maplibre.org/martin/installation.html)
* Running with [CLI](https://maplibre.org/martin/run-with-cli.html)
or [configuration file](https://maplibre.org/martin/config-file.html)
- [Usage and API](https://maplibre.org/martin/using.html)
* [Usage and API](https://maplibre.org/martin/using.html)

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
at your option.

### Contribution
Expand Down

0 comments on commit 62ff5a1

Please sign in to comment.