From: Sarah Hoffmann Date: Sat, 17 Oct 2020 15:54:06 +0000 (+0200) Subject: add country-specific address ranks for Russia X-Git-Tag: v3.6.0~49^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/73a0ec22a3f48e6d3c1bf01c1b3d6f61891d2d68?hp=--cc add country-specific address ranks for Russia Removes admin level 7, which should not exist and promotes admin level 8 to municipality level. place=municipality is only used for boroughs of St. Petersburg, so demote to level 18. Fixes #926. --- 73a0ec22a3f48e6d3c1bf01c1b3d6f61891d2d68 diff --git a/settings/address-levels.json b/settings/address-levels.json index 090c9365..574e0dd0 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -137,6 +137,17 @@ "administrative10" : 24 } } +}, +{ "countries" : ["ru"], + "tags" : { + "place" : { + "municipality" : 18 + }, + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14 + } + } } ]