Skip to content
New issue

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

Update PMTiles metadata #145

Closed
dvd3v opened this issue Sep 27, 2023 · 2 comments
Closed

Update PMTiles metadata #145

dvd3v opened this issue Sep 27, 2023 · 2 comments

Comments

@dvd3v
Copy link

dvd3v commented Sep 27, 2023

It seems it's not possible to easily update the metadata of a PMTiles file using the -n, -N and -A flags. It is possible to use tile-join and create a copy of the dataset with updated metadata, but this is not efficient since it will then need to decode and re-encode all features. Also, the sqlite3 approach as suggested here does not work for PMTiles.

Any suggestions?

@bdon
Copy link
Contributor

bdon commented Sep 28, 2023

This wouldn't belong in tippecanoe, I have an open issue for this in the pmtiles cli here: protomaps/go-pmtiles#63

would that be a viable solution?

@dvd3v
Copy link
Author

dvd3v commented Sep 29, 2023

Yes, that would be a good solution. Thanks for pointing it out, I will close this issue.

@dvd3v dvd3v closed this as completed Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants