Skip to content

Commit

Permalink
Fix #2096
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam authored Dec 9, 2023
1 parent b9919ca commit 438f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TagFix_Housenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 438f3e9

Please sign in to comment.