Skip to content

Commit

Permalink
Exclude ww=pressurised from natural waterways
Browse files Browse the repository at this point in the history
fixes #47

#47
  • Loading branch information
amandasaurus committed Apr 27, 2024
1 parent cfb8f06 commit 759accb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flowing_water.tagfilterfunc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Exclude `waterway` values which are not water.
waterway∈dam,weir,lock_gate,sluice_gate,security_lock,fairway,dock,boatyard,fuel,riverbank,pond,check_dam,turning_point,water_point,safe_water,derelict_canal,offshore_field,boat_lift,depth_line,floating_barrier,floodgate→F;

# Used for artifical pipes (cf https://github.com/amandasaurus/waterwaymap.org/issues/47)
waterway=pressurised→F;

waterway∈ditch,drain,tidal_channel→F;

# Canoeists use this. This isn't water.
Expand Down

0 comments on commit 759accb

Please sign in to comment.