mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
postcodes: add support for optional spaces
This commit is contained in:
@@ -456,6 +456,9 @@ cz:
|
||||
partition: 124
|
||||
languages: cs
|
||||
names: !include country-names/cz.yaml
|
||||
postcode:
|
||||
pattern: "(ddd) ?(dd)"
|
||||
output: \1 \2
|
||||
|
||||
|
||||
# Germany (Deutschland)
|
||||
@@ -1618,6 +1621,9 @@ se:
|
||||
partition: 112
|
||||
languages: sv
|
||||
names: !include country-names/se.yaml
|
||||
postcode:
|
||||
pattern: "(ddd) ?(dd)"
|
||||
output: \1 \2
|
||||
|
||||
|
||||
# Singapore (Singapore)
|
||||
@@ -1657,6 +1663,9 @@ sk:
|
||||
partition: 172
|
||||
languages: sk
|
||||
names: !include country-names/sk.yaml
|
||||
postcode:
|
||||
pattern: "(ddd) ?(dd)"
|
||||
output: \1 \2
|
||||
|
||||
|
||||
# Sierra Leone (Sierra Leone)
|
||||
|
||||
Reference in New Issue
Block a user