PickCallbacks#
- class eomaps.callbacks.PickCallbacks(*args, **kwargs)#
A collection of callbacks that are executed if you click on a datapoint.
Methods
|
Add a text-annotation to the plot at the position where the map was clicked. |
|
Remove all temporary and permanent annotations from the plot. |
|
Remove all temporary and permanent annotations from the plot. |
|
Successively collect return-values in a dict. |
|
Temporarily highlite the picked geometry of a GeoDataFrame. |
|
Load objects from a given database using the ID of the picked pixel. |
|
Draw markers at the location where the map was clicked. |
|
Overlay a part of the map with a different layer if you click on the map. |
|
Generate a dynamically updated plot showing the values of the picked pixels. |
|
Print details on the clicked pixel to the console. |