Skip to content

Commit

Permalink
Remove tidal_channel and fairway from the list of compatible ways
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Apr 25, 2024
1 parent 567da9c commit d820d38
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", "tidal_channel", "drain", "ditch", "fish_pass", "fairway"));
Arrays.asList("river", "stream", "drain", "ditch", "fish_pass"));
}

@Override
Expand Down

0 comments on commit d820d38

Please sign in to comment.