X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/31bf7443a6bde7d0842ed381df615e6040965010..01b009ff24494408b8b568bcc0f6c4ad4156b9ce:/settings/import-admin.style diff --git a/settings/import-admin.style b/settings/import-admin.style index df7b31d2..058d83a9 100644 --- a/settings/import-admin.style +++ b/settings/import-admin.style @@ -1,6 +1,12 @@ [ +{ "keys" : ["wikipedia", "wikipedia:*", "wikidata"], + "values" : { + "" : "extra" + } +}, { - "keys" : ["name:prefix", "name:suffix", "name:botanical", "*wikidata"], + "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*", + "name:botanical", "*wikidata"], "values" : { "" : "skip" } @@ -42,8 +48,8 @@ } }, { - "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" } @@ -53,5 +59,18 @@ "values" : { "" : "address" } +}, +{ + "keys" : ["postal_code", "postcode", "addr:postcode", + "tiger:zip_left", "tiger:zip_right"], + "values" : { + "" : "postcode" + } +}, +{ + "keys" : ["capital"], + "values" : { + "" : "extra" + } } ]