Skip to content

Commit 288e18a

Browse files
authored
* Update brand images (#95)
* add section on Tigris Data to storage platforms * add instructions on b3sum for builds
1 parent 158c428 commit 288e18a

File tree

4 files changed

+50
-6
lines changed

4 files changed

+50
-6
lines changed

basemaps/downloads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Please note that **URLs may change** and hotlinking to these downloads are disco
2020

2121
The Version 4 Protomaps basemap daily build channel is available at [maps.protomaps.com/builds](https://maps.protomaps.com/builds). This is compatible with `protomaps-themes-base` style v4.0.0 and newer.
2222

23+
[BLAKE3](https://github.com/BLAKE3-team/BLAKE3/releases/) hashes are provided for daily builds. Use `b3sum` to verify the integrity of your downloaded file.
24+
2325
A mirror in the AWS `us-west-2` is available on [Source Cooperative (beta)](https://beta.source.coop) at the [protomaps/openstreetmap](https://beta.source.coop/repositories/protomaps/openstreetmap/) repository. This mirrors the most recent daily build only.
2426

2527
### Build History

pmtiles/cloud-storage.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ Deno.serve(async (req) => {
228228
});
229229
```
230230

231+
232+
### Tigris Data
233+
234+
* [Tigris Data](http://tigrisdata.com) is S3-compatible and offers buckets distributed to multiple locations around the world for low latency.
235+
* Tigris data has [no egress fees](https://www.tigrisdata.com/docs/pricing/).
236+
237+
#### CORS
238+
239+
In the **Bucket > Settings** of your Tigris bucket, scroll to **CORS Configuration**.
240+
241+
- For **Allowed Methods** and **Allowed Headers**, choose or input `*`. This is required for preflight requests.
242+
- For **Expose Headers**, input `ETag`.
243+
231244
## Other Platforms
232245

233246
### GitHub Pages

public/favicon.png

-8.59 KB
Loading

public/logo.svg

Lines changed: 35 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)