Skip to content
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

Error with folium #4

Open
Nanoseb opened this issue Sep 2, 2018 · 0 comments
Open

Error with folium #4

Nanoseb opened this issue Sep 2, 2018 · 0 comments

Comments

@Nanoseb
Copy link
Member

Nanoseb commented Sep 2, 2018

When I try to run the heatmap notebook for example I get the error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-5-d6c6ea6c7974> in <module>()
      1 corners = [(markers.loc[p].lat, markers.loc[p].lon) for p in 'ABDC']
----> 2 area_polygon = folium.features.PolygonMarker(corners, fill_opacity=0.)

AttributeError: module 'folium.features' has no attribute 'PolygonMarker'

Is there something wrong with my version of folium?

@Nanoseb Nanoseb changed the title Folium version used Error with folium Sep 2, 2018
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

No branches or pull requests

1 participant