meteoJS
meteoJS copied to clipboard
Javascript Library for meteorological and atmospheric tools
https://github.com/chird/meteoJS/blob/995200f806690edb0de052c3e6e6d4de4094d93b/src/meteoJS/synview/resource.js#L125 1. If resource is invisible and gets visible -> reload will not be started. 2. Definition of exact behavior misses: Will a setReloadTime(...) start a new Timer-Event or will...
It would be nice, if synview sets times only as "enabled" if they are ready to display on the map. Then, an application would be presented without blank maps in...
An active class (in bootstrap "active") is set on the button representing the selected time. If I want to use the class "btn-success", this doesn't work correctly because the other...
To create compact design it should be possible to prepend and append nodes to the toolbar div. So before and after the button groups.
Thermodynamic diagram zooms automatically depending on data (either visible soundings or all sounding data)
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...