-
Notifications
You must be signed in to change notification settings - Fork 414
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
Lonboard (anywidget) map not rendering layers #3909
Comments
I did a bit of digging. This field is returning But this is the initial state that marimo passes to the widget. {
"_height": null,
"basemap_style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json",
"custom_attribution": "",
"parameters": null,
"picking_radius": 5,
"selected_bounds": null,
"show_tooltip": true,
"use_device_pixels": null,
"view_state": [
-48.32,
-25.340000000000003,
9,
0,
0
]
} Still not sure if its a marimo error on lonboard |
It is this trailet that is not being passed. Likely because we don't support custom traitlet serialization, but there might be another reason. |
The main thing necessary to support he widget_manger: {
get_model(model_id: string): Model {
return MODELS.get(model_id)
}
} I'd be happy to help land this as I know a few more sophisticated anywidgets use this feature. Every conceptually, for marimo I think this would entail creating a "global" registry of |
Part of #3909. It ublocks part of the error, but then hits `widget_manager not supported in marimo`. I'm not sure what itll take to support `widget_manager`, but i think this is a relic of anywidget tightly integrated with jupyter
@manzt, would love your help on this in any capacity |
Sure, i could find time next week to pair |
Describe the bug
Lonboard map visualization not working as expected.
Layers aren't rendered.
Environment
Code to reproduce
More details in #3908
The expected map should look like:
But I am getting:
The text was updated successfully, but these errors were encountered: