CURENT / agvis

Geo-visualization for energy system
https://ltb.curent.org
GNU General Public License v3.0
7 stars 5 forks source link

Multilayer attempts to use playback bar before it is initialized. #52

Open zmalkmus opened 1 year ago

zmalkmus commented 1 year ago

Uncaught TypeError: Cannot read properties of undefined (reading 'updatePlaybackBar') at Window.js:29:16

While this error does not effect functionality, it still is bad practice to let this hang.

zmalkmus commented 1 year ago

On further thought, this does not allow for something to be rendered UNTIL a simulation has been completed and the playback bar exists. Which means you have to use andes and dime to get this working, instead of being a standalone feature.