Skip to content

EOmaps v8.3.3

Latest

Choose a tag to compare

@raphaelquast raphaelquast released this 03 Jun 19:25
· 5 commits to master since this release
63c5a3d

A minor bugfix release with 2 small new features

🔨 Fixes

  • fix m.add_wms.get_service not working for wmts services
  • 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")
  • codespell has been added to the pre-commit hooks to detect common typos ( thanks to @nathanjmcdougall )