Deck.gl: Time-slider

Created on 27 May 2019  路  6Comments  路  Source: visgl/deck.gl

Hello,
I'm trying to include a slider in order to control time during my animation. Would it be possible to use something similar to the time-slider used by kepler for the NYC trips, or is there a better/easier to implement alternative that I cannot see in the documentation?
Cheers

question

All 6 comments

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!

Was this page helpful?
0 / 5 - 0 ratings