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:
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: