X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e6d18fc948121db50660751994bb8ba0ba651fa6..c611d49941e8a097116dfb6f6d08e5491a85dcee:/settings/import-admin.style?ds=sidebyside diff --git a/settings/import-admin.style b/settings/import-admin.style index f6251260..2ad6cec8 100644 --- a/settings/import-admin.style +++ b/settings/import-admin.style @@ -26,7 +26,7 @@ "keys" : ["landuse"], "values" : { "cemetry" : "skip", - "" : "fallback,with-name" + "" : "fallback,with_name" } }, { @@ -42,8 +42,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 +53,18 @@ "values" : { "" : "address" } +}, +{ + "keys" : ["postal_code", "postcode", "addr:postcode", + "tiger:zip_left", "tiger:zip_right"], + "values" : { + "" : "postcode" + } +}, +{ + "keys" : ["capital"], + "values" : { + "" : "extra" + } } ]