download-tiles
download-tiles copied to clipboard
Download map tiles and store them in an MBTiles database
When downloading from mapy.cz, any request will fail with `403: Forbidden`. My command (downloads hiking maps for most of the Czech Republic): `download-tiles cr.mbtiles --zoom-levels=6-15 --bbox="12.1398,48.6183,17.5231,50.9722" --attribution="" --tiles-url=https://mapserver.mapy.cz/turist-m/{z}-{x}-{y}` Turns out,...
For folks with an unstable Internet connection, it is very annoying to have to restart the script every time an error is encountered. I suggest handling https requests with a...
The program can easily calculate how many tiles need to be downloaded, and can obviously count successful downloads. Neither is displayed to the user, and a glance at the cache...