mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
readme updates
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,8 @@
|
|||||||
|
# PMTiles
|
||||||
|
|
||||||
|
PMTiles is a single-file archive format for tiled data. A PMTiles archive can be hosted on a commodity storage platform such as S3, and enables low-cost, zero-maintenance map applications that are "serverless" - free of a custom tile backend or third party provider.
|
||||||
|
|
||||||
|
For those familiar with [Cloud Optimized GeoTIFFs](https://www.cogeo.org) - PMTiles uses similar techniques, but is specific to Z/X/Y tiles and can store vector data.
|
||||||
|
|
||||||
# Compatible Storage Providers
|
# Compatible Storage Providers
|
||||||
|
|
||||||
@@ -20,5 +24,10 @@ PMTiles files require servers to support [HTTP byte serving](https://developer.
|
|||||||
|
|
||||||
|
|
||||||
### Azure
|
### Azure
|
||||||
|
|
||||||
* HEAD requests for ranges return 200 instead of 206
|
* HEAD requests for ranges return 200 instead of 206
|
||||||
|
* Configuration through Web Portal
|
||||||
|
|
||||||
|
### DigitalOcean Spaces
|
||||||
|
|
||||||
|
|
||||||
|
### Backblaze B2
|
||||||
Reference in New Issue
Block a user