From: Sarah Hoffmann Date: Wed, 18 May 2022 08:19:05 +0000 (+0200) Subject: remove county nodes in Canada from addresses X-Git-Tag: v4.1.0~40^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/8a67ddcb2b74c90fe7941ededbeb849213613968?hp=-c remove county nodes in Canada from addresses Canada has complete coverage for administrative boundaries on county level. Removing the county nodes from the addresses avoids error due to a wide-spread doubling of place nodes for city counties. --- 8a67ddcb2b74c90fe7941ededbeb849213613968 diff --git a/settings/address-levels.json b/settings/address-levels.json index 67bca991..b63eac4e 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -115,6 +115,13 @@ } } }, +{ "countries" : [ "ca" ], + "tags" : { + "place" : { + "county" : [12, 0] + } + } +}, { "countries" : [ "de" ], "tags" : { "place" : {