postcodes also need fallback

This commit is contained in:
Sarah Hoffmann
2019-01-08 23:46:18 +01:00
parent 5dc10bd5a2
commit 58e461e4c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
} }
}, },
{ {

View File

@@ -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"
} }
}, },
{ {