From d545f9bd68b2df6e43a8352bdcb7fd48a5bddf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20=C3=9Ar?= Date: Mon, 25 Nov 2024 13:42:41 +0100 Subject: [PATCH] Enable amenity=weighbridge on highway=toll_gantry --- plugins/TagRemove_Incompatibles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TagRemove_Incompatibles.py b/plugins/TagRemove_Incompatibles.py index 44e9c3ac4..f5827464c 100644 --- a/plugins/TagRemove_Incompatibles.py +++ b/plugins/TagRemove_Incompatibles.py @@ -77,6 +77,7 @@ def init(self, logger): ['footway', 'leisure', 'barefoot'], ['path', 'leisure', 'barefoot'], ['service', 'amenity', 'weighbridge'], + ['toll_gantry', 'amenity', 'weighbridge'], ['service', 'leisure', 'slipway'], ['corridor', 'aeroway', 'jet_bridge'], ['crossing', 'railway', 'tram_crossing'],