draw

Functionalities to draw shapes on maps created with EOmaps.

Known Issues:

It can happen that geopandas silently ignores the crs when writing shapefiles (in case WKT2 strings are required to represent the crs) ->>

… already reported to geopandas… might take some time to resolve: https://github.com/geopandas/geopandas/issues/2387

Functions

autoscale_turned_off([ax])

Contextmanager to revert axis-limits.

Classes

ShapeDrawer(m[, layer, dynamic])

Base-class for drawing shapes on a map.