We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users who have generated a local XYZ tileset might want to just publish their local tileset to S3 without rerunning Tippecanoe or mbutil.
We should include either the command to run in the README or add a new option that allows users to skip Tippecanoe+mbutil.
Its easy to miss required magiks on the S3 copy command and end up with an unusable tileset in S3. The command is:
aws s3 cp \ ./path/to/local/tile/dir \ s3://bucket/key/prefix/ \ --recursive \ --acl public-read \ --content-encoding gzip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Users who have generated a local XYZ tileset might want to just publish their local tileset to S3 without rerunning Tippecanoe or mbutil.
We should include either the command to run in the README or add a new option that allows users to skip Tippecanoe+mbutil.
Its easy to miss required magiks on the S3 copy command and end up with an unusable tileset in S3. The command is:
The text was updated successfully, but these errors were encountered: