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

add image tiles to renderer target on load in tilelayer renderer #33

Closed
tschaub opened this issue Oct 1, 2012 · 1 comment
Closed

Comments

@tschaub
Copy link
Member

tschaub commented Oct 1, 2012

Currently, tiles are added to the doc fragment when generated. They instead should be added to the renderer's target after loading and in an animation frame.

@ghost ghost assigned elemoine Oct 3, 2012
tschaub added a commit that referenced this issue Oct 8, 2012
The tilelayer renderer can be simplified a bit by waiting to append tiles to the dom until they have loaded.  By calling `map.render()` on tile load, tiles will be appended to the dom in the next available rendering frame (see #33).
@twpayne
Copy link
Contributor

twpayne commented Nov 9, 2012

This is being addressed in #84.

@twpayne twpayne closed this as completed Nov 9, 2012
tsauerwein pushed a commit to tsauerwein/ol3 that referenced this issue Nov 20, 2014
…tlas

[webgl-point] Use the atlas manager for symbols [WIP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants