How to seamlessly change a selected building footprint height (extrude) using HorizontalSlider?
Currently, my code works something like this:
Click a building -> change color of building and assign max height value (how tall the building can be) to slider and label
Use the horizontal slider to change height -> click back the selected building to change height (!!! this needs to be done by the slider).
I think something to do with slider onChange, but I am not sure... How to change building footprint height using the slider?
