VCityTeam / UD_ReAgent_ABM

Agent Based Simulation framework for Urban Data Services and Vizualisation
1 stars 3 forks source link

Remove Slideshow widget from display from #24

Closed agrignard closed 1 year ago

agrignard commented 1 year ago

Right now when a user want to setup a slide show the slideshow is only shown when the widget is also visible as there is now way to minimize the widget which make the usage of the slideshow impossible so far for Mapping projection

Screenshot 2022-12-02 at 10 19 57

Thee options to fix this:

  1. Hardcode in the boostrap a key to make the widget visible or not. Quick and dirty solution not really reproductible and demo specific.

  2. More sustainable one, implement a minimizer for widget (there is a UD_VIZ issue for this here https://github.com/VCityTeam/UD-Viz/issues/473)

  3. Change the widget behavior. In my opinion the slideshow widget should like the Layer slides show, when you start the layer you want to see and ones you close the widget layer the visualization stay the same. The slideshow widget should be acting the same in my opinion

This is also somehow related to this issue https://github.com/VCityTeam/UD-Viz/issues/444

agrignard commented 1 year ago

The slideshow is now working as it is supposed to thanks to this commit https://github.com/VCityTeam/UD-Viz/issues/444