X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e6d18fc948121db50660751994bb8ba0ba651fa6..58e461e4c76aa4aeb879ce87285dd2c2e50b3ffd:/settings/import-address.style diff --git a/settings/import-address.style b/settings/import-address.style index 8390f8f0..0a866c95 100644 --- a/settings/import-address.style +++ b/settings/import-address.style @@ -32,7 +32,7 @@ "keys" : ["landuse"], "values" : { "cemetry" : "skip", - "" : "fallback,with-name" + "" : "fallback,with_name" } }, { @@ -60,16 +60,16 @@ } }, { - "keys" : ["addr:*", "is_in:*", "tiger:county", "is_in"], + "keys" : ["addr:interpolation"], "values" : { - "" : "address" + "" : "interpolation,address" } }, { "keys" : ["postal_code", "postcode", "addr:postcode", "tiger:zip_left", "tiger:zip_right"], "values" : { - "" : "postcode" + "" : "postcode,fallback" } }, {