Wms Tiles Downloader Versions Save

CLI for downloading map tiles from WMS server with given bbox and zoom.

v0.3.2

1 year ago
  • Add basic HTTP auth

v0.3.1

1 year ago
  • Retract wrongly published versions (v1.0.0 and v2.0.0+incompatible)

v0.3.0

1 year ago
  • --params flag has been added to the get CLI command. It allows to specify custom query string params that will be included in every request to the web map server (can be useful for instance to provide auth token)
  • baseURL is now required when initialising the WMS client

v0.2.1

1 year ago
  • Add .github/workflows to run tests
  • Small fix in Dockerfile
  • More examples in README.md

v0.2.0

1 year ago
  • Added --output flag that allows to specify output directory for downloaded tiles
  • Added --timeout flag that allows to specify http request timeout (in milliseconds) and increased default value from 5 seconds to 10 seconds

v0.1.0

1 year ago

Initial release

v2.0.0

5 years ago
  • Code refactoring
  • Fix bug with --help flag and add consistent naming across currently available flags
  • Add new flag --concurrency, remove unnecessary options
  • Improve README.md
  • General fixes and improvements in code readability

v1.0.0

6 years ago