EOmaps v6.1
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 viacontrol + z
andcontrol + y
- There is a new method
m.new_map()
to simplify adding new maps to existing figures InsetMaps
now have a new methodm.get_inset_position()
to get the current position and size- There is a new function
m.add_gridlines()
that can be used to addGridLines
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