geoviews.links module#
- class geoviews.links.PointTableLink(source, target, **params)[source]#
Bases:
Link
Defines a Link between a Points type and a Table which will display the projected coordinates.
Parameter Definitions
point_columns = List(bounds=(0, None), default=[], label='Point columns')
- class geoviews.links.RectanglesTableLink(source, target=None, **params)[source]#
Bases:
RectanglesTableLink
Links a Rectangles element to a Table.
Parameter Definitions
- class geoviews.links.RectanglesTableLinkCallback(root_model, link, source_plot, target_plot=None)[source]#
Bases:
RectanglesTableLinkCallback