mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
postcodes also need fallback
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
"keys" : ["postal_code", "postcode", "addr:postcode",
|
"keys" : ["postal_code", "postcode", "addr:postcode",
|
||||||
"tiger:zip_left", "tiger:zip_right"],
|
"tiger:zip_left", "tiger:zip_right"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "postcode"
|
"" : "postcode,fallback"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
"keys" : ["postal_code", "postcode", "addr:postcode",
|
"keys" : ["postal_code", "postcode", "addr:postcode",
|
||||||
"tiger:zip_left", "tiger:zip_right"],
|
"tiger:zip_left", "tiger:zip_right"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "postcode"
|
"" : "postcode,fallback"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user