From 11d1b0afbb2536828f4cb80ff93f6742cc1dbf92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
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 9bacc7d9c..d58ed9e1b 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 %}"
+        ]
     }
 }