My project involves a map with a slider that adjusts the display of points as you slide from year 1 to year 10.
Some of these points are filtered based on certain parameters linked to 4 buttons.
The issue I'm facing is that when sliding the slider and then clicking on one of the buttons, the text showing the number of points on the map does not update. The update only occurs after moving the slider again, not when clicking the button.
I need to ensure that once a button is clicked, both the map and the text reflecting the point count update simultaneously.
Despite trying various solutions, none seem to resolve this issue. I'm unsure where to focus my troubleshooting efforts.
To observe the problem firsthand, please visit the following link where everything is hosted on bl.ocks: (data loading requires a refresh)
No error messages have been reported thus far.