From: Sarah Hoffmann Date: Mon, 27 Sep 2021 21:32:11 +0000 (+0200) Subject: adjust address levels for boundaries in Slovakia X-Git-Tag: v4.0.0~24^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/7f3b05c179c66390e1e733583e9f25422ef2b344 adjust address levels for boundaries in Slovakia Levels choosen according to OSM wiki. Mainly moves admin_level 6 to county level and admin_level 8 to city/town level. Higher levels are adjusted accordingly. Fixes #2453. --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 09ba0d28..fc31a654 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -188,6 +188,20 @@ "administrative10" : 22 } } +}, +{ "countries" : ["sk"], + "tags" : { + "boundary" : { + "administrative5" : [10, 0], + "administrative6" : 11, + "administrative7" : [11, 0], + "administrative8" : 12, + "administrative9" : 16, + "administrative10" : 18, + "administrative11" : 20 + } + } } + ]