mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
enable parsing of US ZIP+ codes
The four-digit part of these postcodes will simply be ignored.
This commit is contained in:
@@ -1809,7 +1809,8 @@ us:
|
|||||||
languages: en
|
languages: en
|
||||||
names: !include country-names/us.yaml
|
names: !include country-names/us.yaml
|
||||||
postcode:
|
postcode:
|
||||||
pattern: "ddddd"
|
pattern: "(ddddd)(?:-dddd)?"
|
||||||
|
output: \1
|
||||||
|
|
||||||
|
|
||||||
# Uruguay (Uruguay)
|
# Uruguay (Uruguay)
|
||||||
|
|||||||
Reference in New Issue
Block a user