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)