Adds a polygonal patch to the map.
Parameters
shape — list[tuple]|shapely.Polygon, required
A list of (x,y) tuples defining a polygon, or a Shapely
Polygon
object.MultiPolygon
objects are not supported.name — str, optional
A name for the patch. If specified, the patch can be retrieved with
model.patches[name]
.Default value: None
Notes and Examples