From 438f3e9adceffa44df8337b819c9eb0fe9ac66a7 Mon Sep 17 00:00:00 2001 From: Famlam Date: Sat, 9 Dec 2023 14:56:15 +0100 Subject: [PATCH] Fix #2096 --- plugins/TagFix_Housenumber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TagFix_Housenumber.py b/plugins/TagFix_Housenumber.py index 9e7946054..3d99ec1ef 100644 --- a/plugins/TagFix_Housenumber.py +++ b/plugins/TagFix_Housenumber.py @@ -64,7 +64,7 @@ def init(self, logger): elif country == 'IT': # Allow "snc" (Senza numero civico) in Italy self.housenumber = re.compile(r"(:?^[1-9])|(^snc$)") - elif country == 'NL': + elif country in ('NL', 'CW'): # Baseline: # https://imbag.github.io/catalogus/hoofdstukken/attributen--relaties#734-huisnummertoevoeging # (7.3.2 huisnummer, 7.3.3 huisletter and 7.3.4 huisnummertoevoeging)