jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.49k stars 365 forks source link

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

Open rdhyee opened 11 months ago

rdhyee commented 11 months ago

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 commented 11 months ago

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

martinRenou commented 10 months ago

Triggering CI