Add an extensible GenerateTilesOptions struct for invoking the tile.GenerateTiles method, replacing positional arguments
Add a GenerateTilesConsumerFunc type
Add a -inverted-y command line flag to signal that the Y-value for tiles should follow the TMS (rather than ZXY) format
I think the MBTiles spec default to TMS so maybe the -inverted-y flag should default to true? Currently it defaults to false to match the program's existing behaviour.
GenerateTilesOptions
struct for invoking thetile.GenerateTiles
method, replacing positional argumentsGenerateTilesConsumerFunc
type-inverted-y
command line flag to signal that the Y-value for tiles should follow the TMS (rather than ZXY) formatI think the MBTiles spec default to
TMS
so maybe the-inverted-y
flag should default to true? Currently it defaults to false to match the program's existing behaviour.