diff --git a/flowing_water.tagfilterfunc b/flowing_water.tagfilterfunc index 9d76d24..6864326 100644 --- a/flowing_water.tagfilterfunc +++ b/flowing_water.tagfilterfunc @@ -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. diff --git a/make-planet.sh b/make-planet.sh index e9f5c8d..2f28e22 100755 --- a/make-planet.sh +++ b/make-planet.sh @@ -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