geoviews.streams module#
- class geoviews.streams.PolyVertexDraw(node_style=None, feature_style=None, **params)[source]#
Bases:
PolyDraw
Attaches a PolyVertexDrawTool and syncs the datasource.
- sharedboolean
Whether PolyEditTools should be shared between multiple elements
- node_styledict
A dictionary specifying the style options for the intermediate nodes.
- feature_styledict
A dictionary specifying the style options for the intermediate nodes.
Parameter Definitions
Parameters inherited from:
- class geoviews.streams.PolyVertexEdit(node_style=None, feature_style=None, **params)[source]#
Bases:
PolyEdit
Attaches a PolyVertexEditTool and syncs the datasource.
- sharedboolean
Whether PolyEditTools should be shared between multiple elements
- node_styledict
A dictionary specifying the style options for the intermediate nodes.
- feature_styledict
A dictionary specifying the style options for the intermediate nodes.
Parameter Definitions
Parameters inherited from: