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
I had mentioned we might want to warn the user if the temporal extent of the change is outside the current extent indicated by the story boxes but it seems like we could take automatic action:
if single story box, simply extend to contain the change done
when more than one story box is present
if layer extent is before current min extent, extend first story box extent
if layer extent is after current max extent, extend last story box extent
otherwise, add layer to all intersecting story boxes
If this behavior is not acceptable, we could later add an option to disable (and warn the user)
The text was updated successfully, but these errors were encountered:
- local storage service for persistence
- add/edit/delete working
- playback and timeline
- many tests added
- start/end date in filtering, refs #136
- listen for layer changes and compute time, refs #134
And update or warn user as needed.
User actions that trigger:
annotations modifieddonelayer added or removeddoneUpdates:
timeline/sliderdoneI had mentioned we might want to warn the user if the temporal extent of the change is outside the current extent indicated by the story boxes but it seems like we could take automatic action:
if single story box, simply extend to contain the changedonebefore
current min extent, extend first story box extentafter
current max extent, extend last story box extentIf this behavior is not acceptable, we could later add an option to disable (and warn the user)
The text was updated successfully, but these errors were encountered: