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
I have a use case where I need to merge thousands of mbtiles . this currently fails due to shell expansion limits. It would be useful to be able to have a -r flag that can contain all of the files to be read, and joined into the output file -o
The text was updated successfully, but these errors were encountered:
dBitech
added a commit
to dBitech/tippecanoe
that referenced
this issue
Feb 18, 2023
…nse to issue 69 (#73)
* Allow passing a file with a list of input files to tile-join in response to Issue 69 (#69)
* Do not print usage if -r is specified without a commandline readfrom file
* Add test for -r option to tile-join
I have a use case where I need to merge thousands of mbtiles . this currently fails due to shell expansion limits. It would be useful to be able to have a -r flag that can contain all of the files to be read, and joined into the output file -o
The text was updated successfully, but these errors were encountered: