mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
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:
@@ -137,6 +137,17 @@
|
|||||||
"administrative10" : 24
|
"administrative10" : 24
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{ "countries" : ["ru"],
|
||||||
|
"tags" : {
|
||||||
|
"place" : {
|
||||||
|
"municipality" : 18
|
||||||
|
},
|
||||||
|
"boundary" : {
|
||||||
|
"administrative7" : [13, 0],
|
||||||
|
"administrative8" : 14
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user