nasa-gibs / worldview

Interactive interface for browsing global, full-resolution satellite imagery
https://worldview.earthdata.nasa.gov/
Other
699 stars 186 forks source link

WV-3242 index out of bounds error #5332

Closed PatchesMaps closed 2 months ago

PatchesMaps commented 3 months ago

Description

When adding more than one TEMPO layer, sometimes there is an "Index out of bounds" error displayed in the console

How To Test

  1. git checkout WV-3242-index-out-of-bounds
  2. npm ci && npm run build && npm run watch
  3. Go to this link
  4. Add several TEMPO L2 layers and verify that there are no index out of bounds errors.

PR Submission Checklist

This is simply a reminder of what we are going to look for before merging your code.

Merging

Please use the squash and merge commit method unless each commit in your branch is vital to the commit history of main.

@nasa-gibs/worldview