-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
New mapbox functions in PX #1937
Conversation
And then we'll need to update some docs to show off the new functions! |
constructor=go.Choroplethmapbox, | ||
trace_patch=dict( | ||
geojson=geojson | ||
if not hasattr(geojson, "__geo_interface__") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is geopandas-specific code so that you can just say ...geojson=geo_df.geometry...
:)
Exactly if the doc migration PR is merged then you can add directly the updates to the doc! |
So the percy script fails because it's missing the |
Hah, yes, hurray tests :) |
💃, thanks! |
I'll add a couple of tests here and then this should be good to go :)