X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/caa8210112d608609f6825dff6893b6e9c83b7c6..d1ca73f813465de8102f79ac71dbe71d8ba320da:/settings/import-admin.style diff --git a/settings/import-admin.style b/settings/import-admin.style index 89a1eb16..02a54f12 100644 --- a/settings/import-admin.style +++ b/settings/import-admin.style @@ -26,7 +26,7 @@ "keys" : ["landuse"], "values" : { "cemetry" : "skip", - "" : "fallback" + "" : "fallback,with_name" } }, { @@ -41,13 +41,6 @@ "" : "main" } }, -{ - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], - "values" : { - "" : "postcode" - } -}, { "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country", "addr:country", "addr:country", "addr:country_code"], @@ -60,5 +53,18 @@ "values" : { "" : "address" } +}, +{ + "keys" : ["postal_code", "postcode", "addr:postcode", + "tiger:zip_left", "tiger:zip_right"], + "values" : { + "" : "postcode" + } +}, +{ + "keys" : ["capital"], + "values" : { + "" : "extra" + } } ]