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

When using chunks, order of laysers is not preserved #57

Open
rotsee opened this issue May 31, 2014 · 0 comments
Open

When using chunks, order of laysers is not preserved #57

rotsee opened this issue May 31, 2014 · 0 comments

Comments

@rotsee
Copy link

rotsee commented May 31, 2014

I have a map with multiple layers, where the some layers should be displayed on top of others. This works well. My problem is that the first layer is big, and it would be nice to be able to use the chunks option to render it a bit at a time. However, when using chunks, all paths are put at the bottom of the svg, making them cover things added later:

map.addLayer('hugelayer', {
    chunks: 50
});
map.addLayer('anotherlayer');
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

1 participant