Maps.draw

class eomaps.eomaps.Maps.draw(m, layer=None, dynamic=True)

Base-class for drawing shapes on a map.

Members

circle

Draw a circle.

layer

new_drawer

Initialize a new ShapeDrawer.

polygon

Draw arbitrary polygons

rectangle

Draw a rectangle.

redraw

Trigger re-drawing shapes.

remove_last_shape

Remove the most recently plotted polygon from the map.

save_shapes

Save the drawn shapes to a file.

set_layer

Set the layer to which the final shape will be added.