Skip to content

Commit

Permalink
As per wiki, tidal_channel is directional
Browse files Browse the repository at this point in the history
"The direction of the way should be towards the sea (i.e. the direction of water flow at low tide)."
  • Loading branch information
gabortim committed Apr 25, 2024
1 parent ae9ca5a commit c547271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void visit(Way w) {
public void startTest(ProgressMonitor progressMonitor) {
super.startTest(progressMonitor);
directionalWaterways = Config.getPref().getList(PREFIX + ".directionalWaterways",
Arrays.asList("river", "stream", "drain", "ditch", "fish_pass"));
Arrays.asList("river", "stream", "tidal_channel", "drain", "ditch", "fish_pass"));
}

@Override
Expand Down

0 comments on commit c547271

Please sign in to comment.