Skip to content

EOmaps v6.1

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 02 Mar 11:21
· 1313 commits to master since this release
a39f2df

A minor release that fixes remaining issues with v6.0.x and adds functionalities for grid-lines!

🌳 New

  • The LayoutEditor now supports undo/redo of recent events via control + z and control + y
  • There is a new method m.new_map() to simplify adding new maps to existing figures
  • InsetMaps now have a new method m.get_inset_position() to get the current position and size
  • There is a new function m.add_gridlines() that can be used to add GridLines to the map!
    • Have a look at the new section in the docs for more details: ▦ Gridlines

🔨 Fixes

  • fix ReferenceErrors if the parent-map variable is overridden while the figure is still open
  • fix performance issues caused by unnecessary updates in the companion widget
  • avoid triggering "on_layer_change" actions if the layer is already active
  • make sure the selected "pick-map" does not automatically reset in the companion-widget
  • only attempt to close an opened file if opening was actually successful
  • add support for the "frameon" kwarg when creating new Maps-objects
  • fix "pick-only" datasets should not attempt to plot a collection
  • fix misplaced axes-frames when adding colorbars on already opened plots
  • fix re-positioning of already created InsetMaps
  • fix handling of matplotlib-inline backends
  • raise an error if geod_circles are used without providing a radius
  • fix altering colorbar/histogram scaling with + and - keys
  • fix issues when trying to fetch wms submenus for non-accessible servers