-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add Dataframe visualization support #735
Milestone
Comments
Tested some The error messages are: b
c
cc @andy-esch |
Hi @djfan. Thanks for trying this branch. This is still WIP, sorry about not putting the tag. I'll work today on the geometry detection, and after that, it should work for all the cases :) |
Merged
Closed via #741 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Map(Layer(df))
The Source object must convert df into gdf, so we need to convert the geometry first if required. Then it will be rendered as a VL GeoJSON source.
The text was updated successfully, but these errors were encountered: