From 06c24fcef22dcb75ce98cecbb95c7b7e4d0afa05 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 16 Feb 2021 17:06:08 +0800 Subject: [PATCH] readme updates --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b337871..04e0a4c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ +# 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 -PMTiles files require servers to support [HTTP byte serving](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) as well as [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). It's been tested with: +PMTiles files require servers to support [HTTP byte serving](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) as well as [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). It's been tested with: * [Amazon Web Services S3](#amazon-web-services) * [Google Cloud Storage](#google-cloud) @@ -20,5 +24,10 @@ PMTiles files require servers to support [HTTP byte serving](https://developer. ### Azure +* HEAD requests for ranges return 200 instead of 206 +* Configuration through Web Portal -* HEAD requests for ranges return 200 instead of 206 \ No newline at end of file +### DigitalOcean Spaces + + +### Backblaze B2 \ No newline at end of file