-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace duplicated map component #712
Labels
Comments
Notes:
Plan:
|
Merged
1/23/24 Checkin: Focus on story blocks only |
hanbyul-here
added a commit
that referenced
this issue
Jan 25, 2024
- I ended up leaving the main logic as it is (CMR layer doesn't call CMR endpoint directly - There seem to be some cases that stac collection id doesn't match with cmr's short_name? ex. https://cmr.earthdata.nasa.gov/search/collections.umm_json?short_name=TRMM_3B42_Daily.v7&version=07 - I get an empty response _ all in all, I thought it is better to keep the source of truth in one place for now.) - Make CMR layer (that shares zarr paint layer with Zarr layer) - We currently have two map components (which we should consolidate in the near future related issue: #712 ) This is why there are two places for the layers. - CMR layer won't show up for Analysis. (The timeline will fail for new E&A. User can still explore the map.- you can check new E&A page by putting a feature flagging variable in `.env`: `FEATURE_NEW_EXPLORATION = 'TRUE'`. I also attached a screenshot below.) 
Status: ready to pick up from existing PR |
dzole0311
added a commit
that referenced
this issue
May 16, 2024
Addressing Ticket: #712 **Changes:** This PR replaces the old map component with the new map component (specified in ticket) in the story pages. **Validation:** * Story maps should have all the controls available just like the old map * Story maps should compare the layer exactly the same as the old map * None of these changes should change the behavior of the exploration map Local Demo Video for Comparison & Validation: https://www.loom.com/share/d6eeacd447dd4cd086fbfe9a42332baa
This was referenced May 21, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When starting to work on the new Analysis+Exploration page, the team decided to build the map component from scratch to improve the layer management process (given that now the map needed to support multiple simultaneous layers), and the overall code.
The different blocks (and other app sections) that use the old map should be refactored to use the new map and the old code should be removed from the app.
When doing this some consideration should go into the map block and consider whether its behavior should change a little, since the new map:
These are just some topics to consider when doing this, but some more discussion should go into this.
The text was updated successfully, but these errors were encountered: