Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/examples/overture-tiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ npm run cdk deploy

* Add three **Environment Variables**:

* `OUTPUT`: The bucket name, e.g. `your-bucket-name`
* `OUTPUT`: The path to the output on S3, such as `s3://your-bucket-name/2026-02-18.0/`

* `THEME`: e.g. `places`

* `RELEASE`: The Overture release, e.g. `2026-02-18.0`


* Once the job is complete, the tileset will be available at `s3://BUCKET_NAME/RELEASE/THEME.pmtiles`, e.g. `s3://your-bucket-name/2026-02-18/places.pmtiles`
* Once the job is complete, the tileset will be available at `OUTPUT/THEME.pmtiles`, e.g. `s3://your-bucket-name/2026-02-18.0/places.pmtiles`

## On Your Workstation

Expand Down
Loading