-
Notifications
You must be signed in to change notification settings - Fork 156
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
Remove or update outdated visualisation from examples #154
Labels
Comments
With projectmesa/mesa#2214 merged and Mesa |
This applies to gis examples too. Need to convert old visualizations to Solara:
|
@wang-boyu do you and maybe @tpike3 want to pick that up? Then I will see if I can make the, testable in CI. |
This was referenced Oct 11, 2024
EwoutH
pushed a commit
that referenced
this issue
Oct 17, 2024
This PR updates the remaining three gis examples to use Solara viz, partly addressing #154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers. Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
wang-boyu
added a commit
to wang-boyu/mesa-examples
that referenced
this issue
Oct 17, 2024
This PR updates the remaining three gis examples to use Solara viz, partly addressing projectmesa#154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers. Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently a lot of our examples still use the old, now removed visualisation. We should either remove, or even better, replace those visualisations with the new
SolaraViz
visualisation.All old
server.py
visualisations should be replaced withapp.py
files in which SolaraViz is used.Resources
mesa/visualization/solara_viz.py
For reference, these examples currently already use the updated visualisation:
We should also start to
The text was updated successfully, but these errors were encountered: