-
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
Same rendering for barrier=ditch and walls #3975
Comments
Note in a related problem the combination of waterways with barrier=ditch is still rendered in a confusing fashion: https://www.openstreetmap.org/way/447594080 IIRC this was meant to be fixed but was not due to an operator precedence error in SQL code. I would be against rendering barrier=ditch in a way that implies the presence of water. |
Agreed. I was thinking of trying a dark thin line, similar to other barriers, but using the same dash pattern as intermittent ditches - though that dash pattern should probably be improved (longer dashes, shorter gaps). It might also help to add a "halo" on each side, like with ditches.
That's surprising! In the
Can we fix it by moving the OR statement to the end like this:
Or is it better to use parentheses? |
Can we fix it by moving the OR statement to the end like this:
Or is it better to use parentheses? |
I think it is. |
The numbers are a little low for it to be rendered at this point. In the meantime it would be cool if there was at least a wiki article for it though. Although, my guess is that it's a redundant tag due to them being extremely similar to ditches. For instance both are used for irrigation. While I know farrows are not as deep as ditches, I'd argue the distinction is superficial and that it's impossible to tell "deepness" from satellite images or even on the ground to a degree. Plus, where would the deepness cutoff for it becoming a ditch be anyway? If there is one, there probably isn't a way to figure it out. At least not by the average (or most) mappers. |
Expected behavior
barrier=ditch
is used to tag dry linear depressions which are normally not filled with water, except perhaps during flooding, and instead serve as a barrier to travelwaterway=ditch
orwaterway=stream
. They may also be passible for off-road vehicles.barrier=ditch
will be rendered differently thanbarrier=wall
andbarrier=fence
, which are significant vertical barriers, normally not passable to pedestrians, equestrians or cyclists.waterway=ditch
+intermittent=yes
andbarrier=ditch
- because ditch barriers will often have running water at least during heavy rains or floods.Tag:barrier=ditch
Actual behavior
barrier=wall
andbarrier=fence
andbarrier=retaining_wall
waterway=ditch
+intermittent=yes
andbarrier=ditch
Link illustrating the problem
Ditches in Libya (east to west) with fench (around police area) and intermittent stream.
https://www.openstreetmap.org/#map=16/31.9764/10.6907
The text was updated successfully, but these errors were encountered: