polartoolkit.draw_lines

Contents

polartoolkit.draw_lines#

draw_lines(**kwargs)[source]#

Plot an interactive map, and use the โ€œDraw a Polylineโ€ button to create vertices of a line. Vertices will be returned as the output of the function.

Returns:

Returns a list of list of vertices for each polyline in lat long.

Return type:

list[Any]

Parameters:

kwargs (Any)