Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasaurus committed Dec 4, 2024
1 parent fda5569 commit 940720a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ planet-waterway-missing-wiki.geojsons: planet-waterway.osm.pbf

planet-loops.geojsons planet-ends.geojsons planet-grouped-ends.geojsons planet-upstreams.csv waterwaymap.org_ends_stats.csv: planet-waterway.osm.pbf
rm -fv tmp.planet-{loops,upstreams,ends}.geojsons
./osm-lump-ways-down \
osm-lump-ways-down \
-i ./planet-waterway.osm.pbf -F @flowing_water.tagfilterfunc --min-upstream-m 100 \
--loops tmp.planet-loops.geojsons --loops-openmetrics ./docs/data/waterwaymap.org_loops_metrics.prom --loops-csv-stats-file ./docs/data/waterwaymap.org_loops_stats.csv \
--flow-follows-tag name \
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 2.0.0" ] ; then
if [ "$(osm-lump-ways --version)" != "osm-lump-ways 2.1.0" ] ; then
echo "Wrong version of osm-lump-ways installed: $(osm-lump-ways --version)"
exit 1
fi
Expand Down

0 comments on commit 940720a

Please sign in to comment.