Releases: lmikolajczak/wms-tiles-downloader
Releases · lmikolajczak/wms-tiles-downloader
v0.3.2
v0.3.1
- Retract wrongly published versions (
v1.0.0
andv2.0.0+incompatible
)
v0.3.0
--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
- Add
.github/workflows
to run tests - Small fix in
Dockerfile
- More examples in
README.md
v0.2.0
- 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
Initial release