From f17c812e628d7c2a433e9d8919b4e7fce239b242 Mon Sep 17 00:00:00 2001 From: Kelson Vibber Date: Tue, 30 Sep 2025 21:49:47 -0700 Subject: [PATCH] =?UTF-8?q?Add=20cuisine=3Da=C3=A7a=C3=AD=20to=20the=20all?= =?UTF-8?q?owed=20exceptions=20from=20the=20usual=20format.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several JOSM/Vespucci brand-name presets use this tag value. https://taginfo.openstreetmap.org/tags/cuisine%3Da%C3%A7a%C3%AD --- plugins/TagFix_BadValue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TagFix_BadValue.py b/plugins/TagFix_BadValue.py index ee62d4c38..f37710d29 100644 --- a/plugins/TagFix_BadValue.py +++ b/plugins/TagFix_BadValue.py @@ -89,7 +89,7 @@ def init(self, logger): "electrified": ( "ground-level_power_supply" ), "religion": ( "self-realization_fellowship" ), "man_made": ( "MDF", "piste:halfpipe" ), - "cuisine": ( "tex-mex" ), + "cuisine": ( "açaí", "tex-mex" ), } self.allow_closed = { "area": ( "yes", "no", ),