From 174ced9967c95076d83682649b038b99d3b131d2 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 1 May 2022 23:06:31 +0200 Subject: [PATCH] Match fritures with a broader tag that allows ';', fixes #776 --- assets/themes/fritures/fritures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/fritures/fritures.json b/assets/themes/fritures/fritures.json index 5eb7b7f462..d6b46e2106 100644 --- a/assets/themes/fritures/fritures.json +++ b/assets/themes/fritures/fritures.json @@ -37,7 +37,7 @@ "source": { "=osmTags": { "and": [ - "cuisine=friture", + "cuisine~(.*;)?friture(;.*)?", { "or": [ "amenity=fast_food",