cb_container

Container classes for callback management

Classes

CallbackContainer(m)

Accessor for attaching callbacks and accessing return-objects.

ClickContainer(*args, **kwargs)

Callbacks that are executed if you click anywhere on the Map.

GeoDataFramePicker(gdf, val_key, pick_method)

Collection of pick-methods for geopandas.GeoDataFrames

KeypressContainer(m[, cb_cls, method])

Callbacks that are executed if you press a key on the keyboard.

MoveContainer([button_down, update_on_trigger])

Callbacks that are executed if you move the mouse without holding down a button.

PickContainer([picker_name, picker])

Callbacks that select the nearest datapoint if you click on the map.