You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import prettymaps
from matplotlib import pyplot as plt
plot = prettymaps.plot(
'Bom Fim, Porto Alegre, Brasil', radius = False,
)
plt.show()
This code fails and produces :
Traceback (most recent call last):
File "/home/.../prettymaps/Madrid.py", line 5, in
plot = prettymaps.plot(
File "/home/.../prettymaps/prettymaps/draw.py", line 951, in plot
plot_gdf(
File "/home/.../prettymaps/prettymaps/draw.py", line 247, in plot_gdf
PolygonPatch(
File "/home/.../prettymaps/prettymaps/draw.py", line 172, in PolygonPatch
exterior = np.array(poly.exterior.xy)
AttributeError: 'MultiPolygon' object has no attribute 'exterior'
The text was updated successfully, but these errors were encountered:
This code fails and produces :
Traceback (most recent call last):
File "/home/.../prettymaps/Madrid.py", line 5, in
plot = prettymaps.plot(
File "/home/.../prettymaps/prettymaps/draw.py", line 951, in plot
plot_gdf(
File "/home/.../prettymaps/prettymaps/draw.py", line 247, in plot_gdf
PolygonPatch(
File "/home/.../prettymaps/prettymaps/draw.py", line 172, in PolygonPatch
exterior = np.array(poly.exterior.xy)
AttributeError: 'MultiPolygon' object has no attribute 'exterior'
The text was updated successfully, but these errors were encountered: