From 9a18706d516b7c284bf9918da33eb1e09ca95f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 17 Jan 2019 13:46:51 +0100 Subject: [PATCH] residential: include type of residential when available --- residential.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/residential.json b/residential.json index 9bacc7d..d58ed9e 100644 --- a/residential.json +++ b/residential.json @@ -35,6 +35,12 @@ ] }, "feature": { - "description": "{{ tagTrans('landuse', tags.landuse) }}" + "description": [ + "{{ tagTrans('landuse', tags.landuse) }}", + "", + "{% if tags.residential %}", + "({{ tagTransList('residential', tags.residential) }})", + "{% endif %}" + ] } }