From: Sarah Hoffmann Date: Fri, 9 Oct 2020 20:28:06 +0000 (+0200) Subject: adapt address levels for admin boundaries in Indonesia X-Git-Tag: v3.6.0~56^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/6a31691121344a04c1f1c67338fc2baf505194be adapt address levels for admin boundaries in Indonesia --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 377a4576..090c9365 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -122,6 +122,21 @@ "administrative4" : 12 } } +}, +{ "countries" : ["id"], + "tags" : { + "place" : { + "municipality" : 18 + }, + "boundary" : { + "administrative5" : 12, + "administrative6" : 14, + "administrative7" : 16, + "administrative8" : 20, + "administrative9" : 22, + "administrative10" : 24 + } + } } ]