Skip to content

EOmaps v7.1.2

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 28 Sep 11:35
· 589 commits to master since this release
7425d87

A second minor bugfix release for v7.1.2

Make sure to check the release-notes for EOmaps v7.1 as well!

🔨 Fixes

  • fix import error when adding wms layers
  • only log unique picker names for multi-geometry GeoDataFrames
  • allow using scatter_points as marker-shape
  • fix setting permanent-kwarg for markers
  • fix search-radius should default to m.cb.pick._search_radius
  • return created annotation object in m.add_annotation()
  • fix docstrings for get/set extent
  • avoid reprojection of gdf if init or cartopy crs can be identified
  • add more descriptive repr for Maps objects
  • make sure to only re-evaluate scalebar scale on extent changes
  • contributing.md file added