Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

Movie did not put in AIA 304 when asked. #329

Open wafels opened 3 years ago

wafels commented 3 years ago

The screenshot shows the data that was on selected - AIA 304 and LASCO C3

Screen Shot 2021-08-20 at 09 57 38

The resulting movie

https://helioviewer.org/?movieId=SYNN5

only shows the LASCO C3 images. It should show both image sources.

dgarciabriseno commented 2 years ago

the data source in the database only shows the LASCO C3 as requested. Will try to reproduce

dgarciabriseno commented 2 years ago

there seems to be a problem with syncing the movie requests with the layers. This issue comes sporadically, sometimes it will generate the video with the correct layers, and sometimes it won't.

dgarciabriseno commented 2 years ago

Figured out what's going on here, the problem is with tracking which layers are displayed on TileLayerManager.js Example:

dgarciabriseno commented 2 years ago

This is a js issue so moving back to helioviewer.org

dgarciabriseno commented 1 year ago

Worth checking if this is still an issue following my above steps.