You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 usetile-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?
The text was updated successfully, but these errors were encountered: