When trying to plot multi-polygon with the `geom_polygon` function I'm getting an error: > ValueError: Unsupported map parameter type: <class 'shapely.geometry.multipolygon.MultiPolygon'>. Should be a GeoDataFrame.
When trying to plot multi-polygon with the
geom_polygonfunction I'm getting an error: