All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Since 3DEP web service returns incorrect results when
out_crs
is 4326,get_map
will not accept 4326 for the time being and the default value is set to 5070. This is a breaking change. - Improve exception handling when using
ThreadPoolExecutor
to ensure that exceptions are raised in the main thread.
- Initial release.