Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rendering_styles/nautical.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
<case tag="natural" value="crater"/>
<case tag="natural" value="hot_spring"/>
<case tag="natural" value="geyser"/>
<case tag="natural" value="wetland" order="6"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orders should be avoid using at all cause it's not consistent with default osm styles, but here there was exception unclear why

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But with no order attribute set wetland polygons get (partially) displayed on top of cable areas for example, this does not look good.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Z-fighting... on sea there are different rules than on the land, so I'm not sure @xmd5a2

<case tag="natural" value="wetland" order="4"/>
<case tag="natural" value="bay"/>
<case tag="man_made" value="pier" order="10"/>
<case tag="man_made" value="bridge" order="10"/>
Expand Down