deck.gl doesn't support it natively yet, so for now you would have implement your own, but we are working on data filtering support for future releases.
@harisbal You should be able to wire up your slider to the currentTime prop in the trips layer example on the site.
@bclinkinbeard @1chandu thank you for your replies. I'm still new to this realm and I wanted to make sure that I am not missing something obvious. Cheers!
@harisbal take a look here (if you are looking for a from scratch DECK.GL time-slider implementation), maybe this will help others as well.
Cheers! :baby_chick:
@1chandu pretty excited with the data filtering support!
@harisbal take a look here (if you are looking for a from scratch DECK.GL time-slider implementation), maybe this will help others as well.
Cheers! 馃悿
Hi @AdriSolid
I have seen your time-slider but my novice level in JS didn't allow me to make it work. I'll give it a second try now that I'm slightly more experienced. Cheers!