Skip to content

Commit 0597fd4

Browse files
matkonieczfrodrigo
authored andcommitted
amenity=car_wash and landuse=commercial is not invalid combination
fixes #2584
1 parent 92ed87a commit 0597fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/TagRemove_Incompatibles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def init(self, logger):
5656
['commercial', 'amenity', 'boat_storage'],
5757
['commercial', 'amenity', 'food_court'],
5858
['commercial', 'amenity', 'driving_school'],
59+
['commercial', 'amenity', 'car_wash'],
5960
['military', 'aeroway', 'aerodrome'],
6061
['religious', 'amenity', 'monastery'],
6162
['forest', 'leisure', 'playground'],

0 commit comments

Comments
 (0)