-
Notifications
You must be signed in to change notification settings - Fork 11
fix: Consolidate RasterPaintLayer #1607
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
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8794713
to
3f4912c
Compare
@hanbyul-here i think you've got it all covered! |
@hanbyul-here I went through some of the stories and datasets where we have had bugs recently and noticed a few datasets that I couldn't get to load properly. I think these show up in the LA and Lahaina wildfires stories. Otherwise I didn't notice other issues |
I confirmed I'm able to see these in production and in the preview for v6.5.0 |
19783f4
to
71f7827
Compare
thank you for throughly testing @aboydnw 🙇 . I handled the case, and also added a test for titiler parameter formatter ( any test case idea is welcome!) |
@AliceR 🤔 I do not know why but I think the change here removed the gap between point layer -> raster layer! |
app/scripts/components/common/map/style-generators/raster-paint-layer.tsx
Show resolved
Hide resolved
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.
I did another manual test and didn't notice any issues
Related Ticket: #1545
Description of Changes
Validation / Testing
Load all types of datasets (raster, CMR (HLS data - you will need to zoom to minnesota to see the data), WMS (any ESRI data that @Slesa added: https://deploy-preview-1607--veda-ui.netlify.app/exploration?search=arcgis&datasets=%5B%5D&taxonomy=%7B%7D ) - I believe we no longer have a Zarr dataset on production). Ensure they are working as expected. 'Expectation' includes tile loading, zooming to the dataset for raster timeseries data, datetime change, and 'Load into GIS' functionality.
@aboydnw - Can I ask to test if all the layers work as expected? I created a preview on veda config in case this helps: NASA-IMPACT/veda-config#837
@slesaad - Can you check if I am not missing anything from wms layer?