Skip to content

EOmaps v2.1

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 03 Dec 15:50
· 3159 commits to master since this release
f938a5b

... there are a lot of documentation updates!

🌳 new

🐛changes

  • adding WebMap services now works exclusively via m.add_wms independent of the service-type
    (m.add_wmts has been removed)
    • for services that allow multiple access possibilities (e.g. WMS, WMTS, etc.), the preferred way of accessing the WebMap service can be set on the initialization of the Maps-object via m = Maps(preferred_wms_service="wmts")

🔨 fixes

  • positional arguments are now properly forwarded when callbacks are attached
    (e.g. m.cb.click.peek_layer(1) now works as expected)
  • generalized access to xyz-tile-server
  • kwargs passed to MapsGrid are now forwarded to GridSpec