A minor bugfix release with 2 small new features
🔨 Fixes
- fix
m.add_wms.get_servicenot working forwmtsservices - fix companion-widget hidden on first keypress
- fix companion-widget not closed if parent figure is closed
- fix broken WebMap urls for Austrian webmaps
🌳 New
- There is a new option for
m.set_frame()to use country-borders as map frame.m = Maps() m.set_frame(countries=["Austria", "Italy"], facecolor="k")
codespellhas been added to the pre-commit hooks to detect common typos ( thanks to @nathanjmcdougall )