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

fix raster layer rendering in solaraviz #254

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

wang-boyu
Copy link
Member

Raster layers were not rendered in the new SolaraViz. This PR should fix it.

Will update the raster gis examples after this is merged.

@wang-boyu wang-boyu added the bug Release notes label label Oct 2, 2024
@wang-boyu wang-boyu requested a review from tpike3 October 2, 2024 21:08
@wang-boyu wang-boyu force-pushed the fix/raster-layer-in-solaraviz branch from 50dc9c8 to 1757ae8 Compare October 2, 2024 21:14
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.48%. Comparing base (ce501b6) to head (1757ae8).
Report is 57 commits behind head on main.

Files with missing lines Patch % Lines
...a_geo/visualization/components/geospace_leaflet.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   78.21%   73.48%   -4.73%     
==========================================
  Files          10       10              
  Lines         693      856     +163     
  Branches      151      192      +41     
==========================================
+ Hits          542      629      +87     
- Misses        127      194      +67     
- Partials       24       33       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tpike3 tpike3 merged commit 44c4256 into projectmesa:main Oct 12, 2024
11 of 13 checks passed
EwoutH pushed a commit to projectmesa/mesa-examples that referenced this pull request 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 pull request 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
Labels
bug Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants