SydMontague / ImageMaps

draw images on maps
MIT License
44 stars 29 forks source link

Delete sub command and download optimizations #32

Closed DerEnderKeks closed 3 years ago

DerEnderKeks commented 3 years ago

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.