Skip to content
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

Make "bokeh finished rendering heuristic" work with non-plot examples #5879

Closed
mattpap opened this issue Feb 16, 2017 · 1 comment · Fixed by #6384
Closed

Make "bokeh finished rendering heuristic" work with non-plot examples #5879

mattpap opened this issue Feb 16, 2017 · 1 comment · Fixed by #6384

Comments

@mattpap
Copy link
Contributor

mattpap commented Feb 16, 2017

Currently they time out, because "finished" event isn't ever triggered.

@bryevdv
Copy link
Member

bryevdv commented May 25, 2017

@mattpap @canavandl FYI there is a tilesloaded event in the GMap API:

https://developers.google.com/maps/documentation/javascript/events
https://stackoverflow.com/questions/8677261/google-map-v3-map-loaded-event

Although it also looks like there is are suggestions to trigger off idle

For ImageURL and TileRenderer I think we can definitely have the actual image render trigger code to set a condition variable, then as soon as all the conditions are met (however many tiles/images there are) a "done" for that renderer can be generated.

cc @jbednar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment