Skip to content

Commit

Permalink
attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasaurus committed Nov 5, 2024
1 parent 7fb852b commit 2199861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion flowing_water.tagfilterfunc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ waterway∈ditch,drain,tidal_channel→F;
waterway=seaway→F;

# Canoeists use this. This isn't water.
waterway∈put_in,link,put_in;egress,egress→F;
waterway∈put_in,link,egress→F;
waterway=put_in\u{3B}egress→F; # semicolon in tag value messing things up

# Often locks on big rivers are `waterway=canal` with `lock=yes`. Since the
# rivers flow through them, they should be included.
Expand Down
2 changes: 1 addition & 1 deletion make-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

source functions.sh

if [ "$(osm-lump-ways --version)" != "osm-lump-ways 1.7.0" ] ; then
if [ "$(osm-lump-ways --version)" != "osm-lump-ways 2.0.0-rc1" ] ; then
echo "Wrong version of osm-lump-ways installed: $(osm-lump-ways --version)"
exit 1
fi
Expand Down

0 comments on commit 2199861

Please sign in to comment.