X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e6d18fc948121db50660751994bb8ba0ba651fa6..3db2b05069d68f8703a696273f4fdfc9fe6a445e:/settings/import-address.style diff --git a/settings/import-address.style b/settings/import-address.style index 8390f8f0..8d622ec1 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,21 +60,21 @@ } }, { - "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" } }, { - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country", - "addr:country", "addr:country", "addr:country_code"], + "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", + "addr:country", "addr:country_code"], "values" : { "" : "country" }