support for conversion back to mbtiles (or pmtile-join) #79
Replies: 2 comments 1 reply
-
Agreed, this should be pretty simple to implement and should happen in http://github.com/protomaps/go-pmtiles Thinking out loud a bit, the MBTiles spec only specifies a view over the In the long run I would hope for a pmtiles-join command but we do need the conversion back for interior with existing tools. |
Beta Was this translation helpful? Give feedback.
-
Ah, I was thinking about this as more of a batch job rather than a dynamic process using something like go-pmtiles. Both are important use cases though. Mapbox supports compositing multiple data sources into a single vector tile service dynamically, so that your can do a request like I'd like to also combine archive_a + archive_b, to get a static archive_c, ideally with some of the advanced capabilities of tile-join to support overzooming of data in case the zoom levels of the 2 archives don't match. |
Beta Was this translation helpful? Give feedback.
-
If maintaining a library of layers converted to pmtiles, it would be nice to be able to consolidate them into a multi-layer tileset. Right now the conversion to pmtiles seems to be a one-way process. If the archive could be converted back to mbtiles then tippecanoe's tile-join utility could be used. I can't get my head around whether an analogous pmtiles-join process would be possible.
Beta Was this translation helpful? Give feedback.
All reactions