Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 26, 2022
1 parent e6d7f11 commit 21194ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Upload an archive to S3-compatible cloud storage:
pmtiles show "s3://BUCKET_NAME?region=us-west-2" example.pmtiles

## Serving Z/X/Y tiles

This section covers running a Z/X/Y tile server proxy for clients that read only those URLs. The simplest way to consume PMTiles on the web is directly in the browser: see the [JavaScript examples](https://github.com/protomaps/PMTiles/tree/master/js).

Serve a directory of archive from local or cloud storage as a universally compatible Z/X/Y endpoint:

Expand Down Expand Up @@ -60,4 +62,4 @@ Example minimal S3 policy for writing/reading to a bucket:
"Resource": "arn:aws:s3:::my-bucket-name/*"
}
]
}
}

0 comments on commit 21194ea

Please sign in to comment.