ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

fix examples/KML.ipynb to work with recent versions of geopandas

Open rdhyee opened this issue 2 years ago • 2 comments

examples/KML.ipynb is broken in v 0.17.4 of ipyleaflet -- you can verify this problem by running the notebook in mybinder.org and see the following error:

image

I implemented a fix based on the discussion at geopandas - AttributeError: 'NoneType' object has no attribute 'drvsupport' when using Fiona driver - Stack Overflow.

You can also see how this PR fixes the problem by running the notebook in this branch on mybinder.org:

image

rdhyee avatar Oct 27 '23 22:10 rdhyee

Curious whether the document build failure is related to the changes in how Stamen is hosting its tiles.

rdhyee avatar Oct 27 '23 23:10 rdhyee

Triggering CI

martinRenou avatar Nov 30 '23 14:11 martinRenou