diff --git a/README.md b/README.md index cf520be..9fb17fb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Example of a raster PMTiles archive decoded and displayed in Leaflet: ## Specification +![layout](layout.png) + A detailed specification is forthcoming. PMTiles is a binary serialization format designed for two main access patterns: over the network, via HTTP 1.1 Byte Serving (`Range:` requests), or via memory-mapped files on disk. ### Design considerations diff --git a/layout.png b/layout.png new file mode 100644 index 0000000..336c078 Binary files /dev/null and b/layout.png differ