]> git.openstreetmap.org Git - nominatim.git/commitdiff
postcodes also need fallback
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Jan 2019 22:46:18 +0000 (23:46 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Jan 2019 22:46:18 +0000 (23:46 +0100)
settings/import-address.style
settings/import-full.style

index 1b5eda612cadbb7ff0b819116cb8c6b4052fe5ea..0a866c95d10ff5aff3783c47db040ca3a55fdf1b 100644 (file)
@@ -69,7 +69,7 @@
     "keys" : ["postal_code", "postcode", "addr:postcode",
               "tiger:zip_left", "tiger:zip_right"],
     "values" : {
-        "" : "postcode"
+        "" : "postcode,fallback"
     }
 },
 {
index 3a74300106683f39ead38eb272abb9c433584272..de91fd9c3d793642aec438f8e22300de0261e8e1 100644 (file)
     "keys" : ["postal_code", "postcode", "addr:postcode",
               "tiger:zip_left", "tiger:zip_right"],
     "values" : {
-        "" : "postcode"
+        "" : "postcode,fallback"
     }
 },
 {