mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 10:34:08 +00:00
ignore 5+ postcodes in the US for now
Hierarchical postcodes need a different treatment.
This commit is contained in:
@@ -1998,7 +1998,7 @@ ua:
|
|||||||
languages: uk
|
languages: uk
|
||||||
names: !include country-names/ua.yaml
|
names: !include country-names/ua.yaml
|
||||||
postcode:
|
postcode:
|
||||||
pattern: "ddddd"
|
pattern: "d?ddddd"
|
||||||
|
|
||||||
|
|
||||||
# Uganda (Uganda)
|
# Uganda (Uganda)
|
||||||
@@ -2024,7 +2024,7 @@ us:
|
|||||||
languages: en
|
languages: en
|
||||||
names: !include country-names/us.yaml
|
names: !include country-names/us.yaml
|
||||||
postcode:
|
postcode:
|
||||||
pattern: "(ddddd)(?:-dddd)?"
|
pattern: "ddddd"
|
||||||
|
|
||||||
|
|
||||||
# Uruguay (Uruguay)
|
# Uruguay (Uruguay)
|
||||||
|
|||||||
Reference in New Issue
Block a user