From: Sarah Hoffmann Date: Mon, 26 Oct 2020 19:17:28 +0000 (+0100) Subject: disable admin level 5 in Russia X-Git-Tag: v3.6.0~42^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/abd20d3ca6535809318b46cc57f6f61bc5664bd2 disable admin level 5 in Russia They either interfere with cities or refer to historical boundaries. --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 1810af59..f245c227 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -144,6 +144,7 @@ "municipality" : 18 }, "boundary" : { + "administrative5" : [10, 0], "administrative7" : [13, 0], "administrative8" : 14 }