I implemented a delete sub command that removes images from the file system and the image cache and removes the map renderers.
I also optimized the download command a little, by setting a proper User-Agent (so that CDNs like Cloudflare no longer block the request) and handling already existing images a little better.
I implemented a
delete
sub command that removes images from the file system and the image cache and removes the map renderers.I also optimized the
download
command a little, by setting a properUser-Agent
(so that CDNs like Cloudflare no longer block the request) and handling already existing images a little better.