Closed Azaya89 closed 13 hours ago
Also, without dask:
import hvplot.pandas
import spatialpandas as spd
square = spd.geometry.Polygon([(0.0, 0), (0, 1), (1, 1), (1, 0)])
sdf = spd.GeoDataFrame({"geometry": spd.GeoSeries([square, square]), "name": ["A", "B"]})
sdf.hvplot.polygons(tiles=True)
ALL software version info
Software Version Info
```plaintext hvPlot = 0.11.1 python = 3.11 dask = 2024.10 ```Description of expected behavior and the observed behavior
hvPlot polygon plot throws an attribute error when used with a tile source
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output