Vector Tiles (PMTiles)
Setting up CORS
When reading tiles from an S3 bucket, its is important that CORS requests from WBC are allowed. When using the Wherobots
provided buckets this is already done. If you are using your own bucket, you will need to ensure that the Wherobots
domain is allow-listed in the bucket’s CORS policy.
If you have other use cases for CORS, you will need to collate those rules with the one above. You can learn more about
S3 CORS configuration from the AWS documentation.

