You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently AnalysisMessageControl and CustomAoIControl are commented out from /exploration/components/map because of breaking errors in the NextJs instance. We need to get these controls working as usual in current build and working for nextJs instance.
AnalysisMessageControl Error is related to useThemedControl which needs to be investigated more CustomAoIControl Errors with...
**Related Ticket:** #1155#1172
Related Next.js PR:
developmentseed/next-veda-ui#7
### Description of Changes
- Fixed the map controls so that they work in the Next.js instance
- Resolve issue with the Analyses Message display
- Attempted to address the React mount error mentioned in
#1172
### Notes & Questions About Changes
_{Add additonal notes and outstanding questions here related to changes
in this pull request}_
### Validation / Testing
1. Verify that the AOI controls and Analyses Message work as expected in
both veda-ui and the Next.js instance
2. Verify that adding, deleting a single drawn area, or deleting all
drawn areas works without issues
3. Ensure that analyses execute as expected
This is a tech-debt ticket as a result of #902.
Description:
Currently
AnalysisMessageControl
andCustomAoIControl
are commented out from/exploration/components/map
because of breaking errors in the NextJs instance. We need to get these controls working as usual in current build and working for nextJs instance.AnalysisMessageControl
Error is related touseThemedControl
which needs to be investigated moreCustomAoIControl
Errors with...Acceptance Criteria:
Get AnalysisMessageControl and CustomAoIControl working
Feature PR/Branch:
veda-ui: #1154
next-veda-ui: developmentseed/next-veda-ui#4
The text was updated successfully, but these errors were encountered: