open-rmf / rmf_site

Experimental visualizer for dense buildings in RMF
32 stars 13 forks source link

Fix category visibility toggle #173

Open mxgrey opened 1 year ago

mxgrey commented 1 year ago

Toggling visibility for lanes off and then on again will show all lanes, no matter what level they should be on. This is a problem for multi-level sites.

We should fix this by using something similar to VisibilityDependents to track reasons for the lanes to be visible or not visible, e.g. there can be a field for category visibility and level visibility where both must be true for the lane to be visible.