You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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