diff --git a/Cargo.lock b/Cargo.lock index c485d5305..b617b0fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ version = "0.1.3" [[package]] name = "mbtiles" -version = "0.7.0" +version = "0.7.1" dependencies = [ "actix-rt", "anyhow", diff --git a/README.md b/README.md index eb7f07b43..4cc59382a 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub](https://img.shields.io/badge/github-maplibre/martin-8da0cb?logo=github)](https://github.com/maplibre/martin) [![crates.io version](https://img.shields.io/crates/v/martin.svg)](https://crates.io/crates/martin) [![Security audit](https://github.com/maplibre/martin/workflows/Security%20audit/badge.svg)](https://github.com/maplibre/martin/security) -[![CI build](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions) +[![CI build](https://github.com/maplibre/martin/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/martin/actions) [![](https://img.shields.io/badge/Slack-%23maplibre--martin-2EB67D?logo=slack)](https://slack.openstreetmap.us/) Martin is a tile server able to generate and serve [vector tiles](https://github.com/mapbox/vector-tile-spec) on the fly from large [PostGIS](https://github.com/postgis/postgis) databases, [PMTile](https://protomaps.com/blog/pmtiles-v3-whats-new), and [MBTile](https://github.com/mapbox/mbtiles-spec) files, allowing multiple tile sources to be dynamically combined into one. Martin optimizes for speed and heavy traffic, and is written in [Rust](https://github.com/rust-lang/rust). diff --git a/docs/src/00-introduction.md b/docs/src/00-introduction.md index c9c0b95e5..975889105 100644 --- a/docs/src/00-introduction.md +++ b/docs/src/00-introduction.md @@ -12,4 +12,4 @@ See also [Martin demo site](https://martin.maplibre.org/) [![GitHub](https://img.shields.io/badge/github-maplibre/martin-8da0cb?logo=github)](https://github.com/maplibre/martin) [![crates.io version](https://img.shields.io/crates/v/martin.svg)](https://crates.io/crates/martin) [![Security audit](https://github.com/maplibre/martin/workflows/Security%20audit/badge.svg)](https://github.com/maplibre/martin/security) -[![CI build](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions) +[![CI build](https://github.com/maplibre/martin/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/martin/actions) diff --git a/martin-tile-utils/README.md b/martin-tile-utils/README.md index 2bdea051d..ab5520971 100644 --- a/martin-tile-utils/README.md +++ b/martin-tile-utils/README.md @@ -4,7 +4,7 @@ [![Slack chat](https://img.shields.io/badge/Chat-on%20Slack-blueviolet)](https://slack.openstreetmap.us/) [![GitHub](https://img.shields.io/badge/github-maplibre/martin-8da0cb?logo=github)](https://github.com/maplibre/martin) [![crates.io version](https://img.shields.io/crates/v/martin-tile-utils.svg)](https://crates.io/crates/martin-tile-utils) -[![CI build](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin-tile-utils/actions) +[![CI build](https://github.com/maplibre/martin/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/martin-tile-utils/actions) A library to help tile servers like [Martin](https://maplibre.org/martin) work with tile content. diff --git a/mbtiles/Cargo.toml b/mbtiles/Cargo.toml index 0028c4797..fc1051be1 100644 --- a/mbtiles/Cargo.toml +++ b/mbtiles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mbtiles" -version = "0.7.0" +version = "0.7.1" authors = ["Yuri Astrakhan ", "MapLibre contributors"] description = "A simple low-level MbTiles access and processing library, with some tile format detection and other relevant heuristics." keywords = ["mbtiles", "maps", "tiles", "mvt", "tilejson"] diff --git a/mbtiles/README.md b/mbtiles/README.md index cc956ebc8..92e29a62a 100644 --- a/mbtiles/README.md +++ b/mbtiles/README.md @@ -5,7 +5,7 @@ [![Slack chat](https://img.shields.io/badge/Chat-on%20Slack-blueviolet)](https://slack.openstreetmap.us/) [![GitHub](https://img.shields.io/badge/github-maplibre/martin-8da0cb?logo=github)](https://github.com/maplibre/martin) [![crates.io version](https://img.shields.io/crates/v/mbtiles.svg)](https://crates.io/crates/mbtiles) -[![CI build](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions) +[![CI build](https://github.com/maplibre/martin/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/martin/actions) A library to help tile servers like [Martin](https://maplibre.org/martin) work with [MBTiles](https://github.com/mapbox/mbtiles-spec) files. When using as a lib, you may want to disable default features (i.e. the unused "cli" feature).