From aa5e94444765950b03fe97c1df886483978a4deb Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 17 Mar 2022 22:16:28 +0100 Subject: [PATCH] Fix shadowed mapping --- assets/themes/grb_import/grb.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/themes/grb_import/grb.json b/assets/themes/grb_import/grb.json index 812c981b2..4eb84c717 100644 --- a/assets/themes/grb_import/grb.json +++ b/assets/themes/grb_import/grb.json @@ -129,16 +129,12 @@ }, { "if": "building=apartments", - "then": "An apartment building - highrise for living" + "then": "An apartment building (highrise building for living)" }, { "if": "building=office", "then": "An office building - highrise for work" }, - { - "if": "building=apartments", - "then": "An apartment building" - }, { "if": "building=shed", "then": "A small shed, e.g. in a garden"