X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/caa8210112d608609f6825dff6893b6e9c83b7c6..b51efd876fd29aa42037c17aeb93db6297c79172:/settings/import-admin.style diff --git a/settings/import-admin.style b/settings/import-admin.style index 89a1eb16..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" } @@ -26,7 +32,7 @@ "keys" : ["landuse"], "values" : { "cemetry" : "skip", - "" : "fallback" + "" : "fallback,with_name" } }, { @@ -42,23 +48,29 @@ } }, { - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], + "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", + "addr:country", "addr:country_code"], "values" : { - "" : "postcode" + "" : "country" } }, { - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country", - "addr:country", "addr:country", "addr:country_code"], + "keys" : ["addr:*", "is_in:*", "tiger:county"], "values" : { - "" : "country" + "" : "address" } }, { - "keys" : ["addr:*", "is_in:*", "tiger:county"], + "keys" : ["postal_code", "postcode", "addr:postcode", + "tiger:zip_left", "tiger:zip_right"], "values" : { - "" : "address" + "" : "postcode" + } +}, +{ + "keys" : ["capital"], + "values" : { + "" : "extra" } } ]