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
4 changes: 4 additions & 0 deletions flowing_water.tagfilterfunc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ waterway=seaway→F;
waterway∈put_in,link,egress→F;
waterway=put_in\u{3B}egress→F; # semicolon in tag value messing things up

# Canoeists also use https://wiki.openstreetmap.org/wiki/Tag:waterway=access_point
# Should be mapped as node, but sometimes isnt. Exclude these loops.
waterway∈access_point→F;

# Often locks on big rivers are `waterway=canal` with `lock=yes`. Since the
# rivers flow through them, they should be included.
waterway=canal∧lock∈yes,disused→T;
Expand Down