Skip to content

Commit

Permalink
Merge pull request #46 from osm-search/mtmail-postcode-format-latvia
Browse files Browse the repository at this point in the history
OSM Latvia used LV-1234 postcodes
  • Loading branch information
lonvia authored Sep 25, 2024
2 parents ecf2016 + d53b1ba commit 1219026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyser/rules_specifications/postcode_bad_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ QUERY:
('ls', '[0-9][0-9][0-9]', 'ddd'),
('lt', '(LT-?)?([0-9][0-9][0-9][0-9][0-9])', '(LT-?)?(ddddd)'),
('lu', '[0-9][0-9][0-9][0-9]', 'dddd'),
('lv', '(LV-)?([0-9][0-9][0-9][0-9])', '(LV-)?(dddd)'),
('lv', 'LV-([0-9][0-9][0-9][0-9])', 'LV-(dddd)'),
('ma', '[0-9][0-9][0-9][0-9][0-9]', 'ddddd'),
('mc', '980[0-9][0-9]', '980dd'),
('md', '(MD-?)?([0-9][0-9][0-9][0-9])', '(MD-?)?(dddd)'),
Expand Down

0 comments on commit 1219026

Please sign in to comment.