tilezen / go-tilepacks

A Go-based tile downloader that saves to deduplicated mbtiles files.
MIT License
14 stars 3 forks source link

Add an extensible GenerateTilesOptions struct for invoking the tile.GenerateTiles method #3

Closed thisisaaronland closed 5 years ago

thisisaaronland commented 5 years ago

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.