X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8e2e852b898b3ebba6e3c243b08ba02f7f44d4fc..1889643eca5754664da106665f3826960858eccf:/settings/import-address.style diff --git a/settings/import-address.style b/settings/import-address.style index 1b5eda61..e0700868 100644 --- a/settings/import-address.style +++ b/settings/import-address.style @@ -6,7 +6,8 @@ } }, { - "keys" : ["name:prefix", "name:suffix", "name:botanical", "*wikidata"], + "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*", + "name:botanical", "*wikidata"], "values" : { "" : "skip" } @@ -69,12 +70,12 @@ "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" }