From 11b5fcd6b5c02174dfe9376da667893b3624b968 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Wed, 24 Jan 2018 10:04:06 +0100
Subject: [PATCH] water: repeat name/arrow; also show text on ditches

---
 water.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/water.json b/water.json
index fc1a9ab..267dbdd 100644
--- a/water.json
+++ b/water.json
@@ -78,10 +78,11 @@
                 "{% endif %}"
             ],
             "text": [
-                "{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'wadi', 'drystream' ] %}",
+                "{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'ditch', 'wadi', 'drystream' ] %}",
                 "{{ tags.name }}   ➔   ",
                 "{% endif %}"
-            ]
+            ],
+            "textRepeat": "1"
         }
     },
     "info": [
@@ -115,4 +116,4 @@
         "  </tr>",
         "</table>"
     ]
-}
+}
\ No newline at end of file