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.
This commit is contained in:
Sarah Hoffmann
2020-10-17 17:54:06 +02:00
parent 4e7ec92d6f
commit 73a0ec22a3

View File

@@ -137,6 +137,17 @@
"administrative10" : 24
}
}
},
{ "countries" : ["ru"],
"tags" : {
"place" : {
"municipality" : 18
},
"boundary" : {
"administrative7" : [13, 0],
"administrative8" : 14
}
}
}
]