Skip to content

Commit cce9d08

Browse files
authored
chore: upgrade to the new pmtiles (#1873)
1 parent 7031279 commit cce9d08

File tree

6 files changed

+220
-22
lines changed

6 files changed

+220
-22
lines changed

Cargo.lock

Lines changed: 203 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ md5 = "0.8.0"
6060
moka = { version = "0.12", features = ["future"] }
6161
num_cpus = "1"
6262
pbf_font_tools = { version = "2.5.1", features = ["freetype"] }
63-
pmtiles = { version = "0.14", features = ["http-async", "mmap-async-tokio", "tilejson", "reqwest-rustls-tls-native-roots", "aws-s3-async"] }
63+
pmtiles = { version = "0.15", features = ["http-async", "mmap-async-tokio", "tilejson", "reqwest-rustls-tls-native-roots", "aws-s3-async"] }
6464
png = "0.17.14"
6565
postgis = "0.9"
6666
postgres = { version = "0.19", features = ["with-time-0_3", "with-uuid-1", "with-serde_json-1"] }

docs/src/config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ postgres:
196196
pmtiles:
197197
# Allows forcing path style URLs for S3 buckets [default: false]
198198
#
199-
# A path style URL is a URL that uses the bucket name as part of the path like mys3.com/somebucket instead of the hostname somebucket.mys3.com
199+
# A path style URL is a URL that uses the bucket name as part of the path like example.org/some_bucket instead of the hostname some_bucket.example.org
200200
force_path_style: false
201201
# Skip loading credentials for S3 buckets [default: false]
202202
#

docs/src/sources-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pmtiles:
4545
4646
We also support forcing path style URLs for S3 buckets via the environment variable `AWS_S3_FORCE_PATH_STYLE=1` or configuration key `force_path_style: true`.
4747
This allows you to use this functionality for [`MinIO`](https://min.io/) or similar s3-compatible instances which use path style URLs.
48-
A path style URL is a URL that uses the bucket name as part of the path (`mys3.com/somebucket`) instead of the hostname (`somebucket.mys3.com`).
48+
A path style URL is a URL that uses the bucket name as part of the path (`example.org/some_bucket`) instead of the hostname (`some_bucket.example.org`).
4949

5050
Example configuration:
5151

0 commit comments

Comments
 (0)