Skip to content

Fix GeoJsonPopupAndTooltip example notebook #1298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Conengmo
Copy link
Member

@Conengmo Conengmo commented Apr 19, 2020

This notebook is currently failing the tests. It's because of using fiona.crs.from_epsg(). We only import fiona but would also require fiona.crs.

I fixed this by not using Fiona to begin with. We can just pass 'EPSG:4326' directly.

While I was there I did some slight reformatting as well.

The notebook can be seen here: https://nbviewer.jupyter.org/github/conengmo/folium/blob/fix-notebook-geojson-popup-tooltip/examples/GeoJsonPopupAndTooltip.ipynb

Compare with the current version, it seems unchanged: https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/GeoJsonPopupAndTooltip.ipynb

@stickler-ci
Copy link

Could not review pull request. It may be too large, or contain no reviewable changes.

@Conengmo Conengmo force-pushed the fix-notebook-geojson-popup-tooltip branch from c160388 to d992d89 Compare April 19, 2020 09:07
@stickler-ci
Copy link

Could not review pull request. It may be too large, or contain no reviewable changes.

@Conengmo
Copy link
Member Author

Only the WmsTimeDimension notebook test failed, which will be addressed separately.

@Conengmo Conengmo merged commit 8388c27 into python-visualization:master Apr 19, 2020
@Conengmo Conengmo deleted the fix-notebook-geojson-popup-tooltip branch April 19, 2020 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants