onRedrawFinished parameters changed
-
The parameters to the onRedrawFinished event used to contain a "path" from which one could deduce the timestamp of the map that has just been drawn. In the SoarCalc plugin I use this to update and show soaring parameters corresponding to the currently displayed forecast.
The "path" parameter is no longer there and so the plugin no longer works. Please can this either be reinstated as it was or, better, can a timestamp be provided in a more appropriately named parameter. -
store.get('calendar').ts2path(store.get('timestamp')) -
Hi Dave: store.get('path') no longer works, what is the best way to get path?
-
@rittels Thanks for suggestion. Do you know exactly what store.get('timestamp') returns? What I (we all?) need is the timestamp corresponding to the currently displayed forecast data definitely not the time displayed on the slider.
-
@tomA27 the map and the detail forecast progress bar should be in sync?
devs can help here?