-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp component (via TextLayer) #37
Comments
layerFilter function + ids so that only text layer is rendered https://deck.gl/docs/developer-guide/views#rendering-layers-in-multiple-views coordinate system for text layer - change to cartesian coords https://deck.gl/docs/developer-guide/coordinate-systems defining viewStates of text + tile within cartesian (?) coords |
Additional resources |
look at const animationConfig = this.mapData.visState.animationConfig; |
Can't use onViewStateChange to make the timestamp stick to a certain view in frame like normal Deck view because Hubble movement isn't done using mouse, touch, keyboard. |
Possibly consider using mapbox to add timestamp component as those go on top of Deck https://deck.gl/docs/api-reference/mapbox/overview#inserting-a-2d-deck-layer-before-an-existing-mapbox-layer |
TLDR; didn't seem to be possible to do in previous versions of Kepler. Try again in future? |
No description provided.
The text was updated successfully, but these errors were encountered: