From 73a0ec22a3f48e6d3c1bf01c1b3d6f61891d2d68 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 17 Oct 2020 17:54:06 +0200 Subject: [PATCH] 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. --- settings/address-levels.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + } + } } ] -- 2.45.1