Saad Aziz wrote:
> Does anyone know of a good method to filter by date and display the
> specified date centered on the timeline?
>   
To center a particular band, call something like this:

    tl.getBand(0).setCenterVisibleDate(aDate);

or if animation is desired:

    tl.getBand(0).scrollToCenter(aDate);

Centering one band would also recenter dependent bands. Does that help?

David
> The process I was envisioning was popping up an input dialog, setting the
> onLoad function values to be this value, if valid, and refreshing the page.
>
> Any other ideas?
>
> Thanks!
>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>   

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to