From fe0c74c83d8f2a4802bf536efeccf16993c82384 Mon Sep 17 00:00:00 2001 From: Amanda McCann Date: Fri, 26 Apr 2024 10:52:44 +0200 Subject: [PATCH] incl full wayid in output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c9d6cc..1024791 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ planet-waterway.osm.pbf: --no-feature-limit \ --simplification=8 \ --drop-densest-as-needed \ - -y length_m -y root_wayid_120 \ + -y length_m -y root_wayid -y root_wayid_120 \ -l waterway \ --gamma 2 \ --no-progress-indicator \