-
Notifications
You must be signed in to change notification settings - Fork 819
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
Render polygonal breakwaters as polygons #4537
Comments
This has been discussed in the past (#1362, #2693, #2987) - my understanding of the current default is that based on the dominance of mapping By the way - for your example the correct tagging would probably be |
Thanks. I've noticed that piers had been excluded from exceptions (#3611 (comment))
Why did it happen? |
As mentioned in #2693, #2987, "all objects that can represent both linear and area features now require explicit area=yes to treat them as areas. In the old situation, closing a linear feature could (unexpectedly) change the semantics.” All tags that can both be areas and lines are always treated as lines now, unless they have an explicit area tag or are mapped as a multipolygon (which always represents an are). The tag Note that the wiki page for |
Thanks. I see. I missed this useful comment:
I thought about this reason too. Maybe you have any examples of this cases? But I'm asking about Look: https://www.openstreetmap.org/way/26640574#map=19/43.42156/39.91720
Is it expected behaviour? |
For clarity: What we currently do in OSM-Carto is: Interpret closed ways with That means |
@imagico ok, that's clear. Thank you. I'm just processing OSM data and going to convert all closed ways for piers and breakwaters to polygons (without |
Some 'closed' breakwaters which don't have
area=yes
render as line. Can we render these features as polygons? Are there any reasons not to do it?openstreetmap-carto/openstreetmap-carto.lua
Line 46 in 1178dfb
https://www.openstreetmap.org/#map=18/43.47519/39.89111
The text was updated successfully, but these errors were encountered: