From 0129845d22f028b213af59e57014ce8962b76327 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 13 Nov 2023 01:51:25 +0100 Subject: [PATCH] Themes: add correct title for cafe, nightclub and bar if no name is present, fix #1704 --- assets/layers/cafe_pub/cafe_pub.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/assets/layers/cafe_pub/cafe_pub.json b/assets/layers/cafe_pub/cafe_pub.json index 9eae9e1b0c..988f7af797 100644 --- a/assets/layers/cafe_pub/cafe_pub.json +++ b/assets/layers/cafe_pub/cafe_pub.json @@ -69,6 +69,24 @@ "eu": "{name}", "cs": "{name}" } + }, + { + "if":"amenity=bar", + "then": { + "en":"Bar" + } + }, + { + "if":"amenity=cafe", + "then": { + "en":"Cafe" + } + }, + { + "if":"amenity=nightclub", + "then": { + "en":"Nightclub" + } } ] },