mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
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.
This commit is contained in:
@@ -188,6 +188,20 @@
|
|||||||
"administrative10" : 22
|
"administrative10" : 22
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{ "countries" : ["sk"],
|
||||||
|
"tags" : {
|
||||||
|
"boundary" : {
|
||||||
|
"administrative5" : [10, 0],
|
||||||
|
"administrative6" : 11,
|
||||||
|
"administrative7" : [11, 0],
|
||||||
|
"administrative8" : 12,
|
||||||
|
"administrative9" : 16,
|
||||||
|
"administrative10" : 18,
|
||||||
|
"administrative11" : 20
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user