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
Same with #969, This is not necessarily a blocker, but it will be nice if we can get to this ticket before ArcGIS layer: #943 so we have to touch only one component instead of putting almost duplicated components for both old map and new map.
**Related Ticket:**
[967](#967)
### Description of Changes
This PR replaces the old Map component with the new Map component for
the Scrollytelling block:
https://deploy-preview-992--veda-ui.netlify.app/stories/air-quality-and-covid-19
Changes:
1. Re-factored the Scrollytelling block component to work with the new
`Map` and the `<Layer />` components
2. Deprecated `useAsyncLayers` in favor of using
`useReconcileWithStacMetadata`
3. Removed obsolete code and adjusted some of the types (ie.
`TimelineDatasetStatus` became `DatasetStatus` as I feel we could keep
this more generic, added aliases)
### Notes & Questions About Changes
### Validation / Testing
_{Update with info on what can be manually validated in the Deploy
Preview link for example "Validate style updates to selection modal do
NOT affect cards"}_
Context
This is a part of #712 , continued work of #827
Acceptance Criteria
Related Tickets
#712
The text was updated successfully, but these errors were encountered: