From d2813da063be223eefaa3c28faec0b3a881796cd Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Fri, 15 Oct 2021 23:44:49 +0300 Subject: [PATCH] Issue #93: support waterway=river. --- map_machine/scheme/default.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 90b715b..c3ac1f7 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -1972,6 +1972,10 @@ ways: fill: "#440044" opacity: 0.1 + - tags: {waterway: river} + style: + stroke: water_color + stroke-width: 2.5 - tags: {waterway: stream} style: stroke: water_color