πŸ”Έ Miscellaneous

Some additional functions and properties that might come in handy:

Maps.on_layer_activation

Attach a callback that is executed if the associated layer is activated.

Maps.set_extent_to_location

Set the map-extent based on a given location query.

Maps.get_crs

Get the pyproj CRS instance of a given crs specification.

Maps.BM

Manager used to schedule draw events, cache backgrounds, etc.

Maps.join_limits

Join the x- and y- limits of the maps (crs must be equal!).

Maps.snapshot

Print a static image of the figure to the active IPython display.

Maps.refetch_wms_on_size_change

Set the behavior of WebMap services with respect to size changes.

Maps.fetch_companion_wms_layers

Fetch (and cache) WebMap layer names for the companion-widget.

Maps.inherit_classification

Use the classification of another Maps-object when plotting the data.

Maps.inherit_data

Use the data of another Maps-object (without copying).

Maps.set_frame

Set the properties of the map boundary and the background patch.