Nominatim/nominatim/data
Paweł Wroniszewski fbe40e005d Properly validate postcodes with country code
Include postcode pattern in postcode normalisation regex, instead of
removing it from postcode pattern in config.

It properly handles postcode validation and normalization when country code
is part of the postcode, e.g. for Isle of Man, Jersey, Anguilla, Andorra,
Cayman Islands and more.

Fixes #3227.
2023-10-17 01:04:07 +02:00
..
__init__.py move postcode matcher in a separate file 2022-06-23 23:42:31 +02:00
country_info.py add typing information for postcode formatter 2022-07-18 09:47:57 +02:00
place_info.py fixed typos in docs and code comments 2023-03-06 17:09:38 +05:30
place_name.py fix optional string representation or repr(PlaceName) 2023-06-30 11:10:44 +02:00
postcode_format.py Properly validate postcodes with country code 2023-10-17 01:04:07 +02:00