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

wetland z-order=4 #1003

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

quantenschaum
Copy link

This would fix osmandapp/OsmAnd#17835

Does it have negative side effects?

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

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

Successfully merging this pull request may close these issues.

objects rendered with wrong z order
2 participants