Conversation
|
Thanks @durankeeley will review during upcoming weekend and get back. |
|
Hi, I have this problem for Hong-Kong and your PR does not fix the issue for this city. It works for other countries, but not this one. |
|
@D3SX my latest commit should work |
It does, thanks a lot ! |
For ocean rendering
|
@jimmyhartington I had the a similar problem with Gouda where some water element would be hidden behind land, the fix for me was to edit the Z-Order to make sure that 'parks' (or other elements) would be displayed behind any body of water. |
I can try that. But I am a bit unsure, where I define this? |
You're looking for the lines : parks_polys.plot(ax=ax, facecolor=THEME['parks'], edgecolor='none', zorder=0.8)and water_polys.plot(ax=ax, facecolor=THEME['water'], edgecolor='none', zorder=0.5)In the original script. If I'm not mistaken you can basically try to invert the two |



Render Oceans and overlay when there or islands or inlets with roads so they not rendered with water (coastlines can not outline them)