Skip to content

Commit

Permalink
Update TagFix_MultipleTag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonveenstra authored and frodrigo committed Dec 23, 2023
1 parent 2696622 commit ff16802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TagFix_MultipleTag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit ff16802

Please sign in to comment.