From ff168028804b729aa8279c85d57bbc1d59e8b803 Mon Sep 17 00:00:00 2001 From: Emerson Veenstra Date: Sat, 23 Dec 2023 14:18:18 -0500 Subject: [PATCH] Update TagFix_MultipleTag.py --- plugins/TagFix_MultipleTag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TagFix_MultipleTag.py b/plugins/TagFix_MultipleTag.py index 86454ea6e..5edaaf34a 100644 --- a/plugins/TagFix_MultipleTag.py +++ b/plugins/TagFix_MultipleTag.py @@ -28,7 +28,7 @@ class TagFix_MultipleTag(Plugin): def init(self, logger): Plugin.init(self, logger) self.country = self.father.config.options.get("country") - main_tags = ('type', 'aerialway', 'aeroway', 'amenity', 'barrier', 'boundary', 'building', "building:part", 'craft', 'entrance', 'emergency', 'geological', 'highway', 'historic', 'landuse', 'leisure', 'man_made', 'military', 'natural', 'office', 'place', 'power', 'public_transport', 'railway', 'route', 'shop', 'sport', 'tourism', 'waterway', 'mountain_pass', 'traffic_sign', 'golf', 'piste:type', 'junction', 'healthcare', 'health_facility:type', 'indoor', 'club', 'seamark:type', 'attraction', 'information', 'advertising', 'ford', 'cemetery', 'area:highway', 'checkpoint', 'telecom', 'airmark') + main_tags = ('type', 'aerialway', 'aeroway', 'amenity', 'barrier', 'boundary', 'building', "building:part", 'craft', 'disc_golf', 'entrance', 'emergency', 'geological', 'highway', 'historic', 'landuse', 'leisure', 'man_made', 'military', 'natural', 'office', 'place', 'power', 'public_transport', 'railway', 'route', 'shop', 'sport', 'tourism', 'waterway', 'mountain_pass', 'traffic_sign', 'golf', 'piste:type', 'junction', 'healthcare', 'health_facility:type', 'indoor', 'club', 'seamark:type', 'attraction', 'information', 'advertising', 'ford', 'cemetery', 'area:highway', 'checkpoint', 'telecom', 'airmark') self.errors[30323] = self.def_class(item = 3032, level = 3, tags = ['tag', 'fix:chair'], title = T_('Watch multiple tags'))