X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/be6ecc388c23857539637e0ef59f8b93e7a1f71a..3604d0d913ca99acd48f2f6d852e5971da8d8bae:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index dff0e250..574e0dd0 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -29,7 +29,9 @@ "square" : 25, "houses" : [28, 0], "farm" : [20, 0], - "locality" : [20, 0] + "locality" : [20, 0], + "house" : 30, + "" : [22, 0] }, "boundary" : { "administrative2" : 4, @@ -42,7 +44,8 @@ "administrative9" : 18, "administrative10" : 20, "administrative11" : 22, - "administrative12" : 24 + "administrative12" : 24, + "" : [25, 0] }, "landuse" : { "residential" : 22, @@ -88,7 +91,7 @@ "" : [20, 0] }, "historic" : { - "neighbourhood" : [30, 0] + "neighbourhood" : [22, 0] } } }, @@ -119,6 +122,32 @@ "administrative4" : 12 } } +}, +{ "countries" : ["id"], + "tags" : { + "place" : { + "municipality" : 18 + }, + "boundary" : { + "administrative5" : 12, + "administrative6" : 14, + "administrative7" : 16, + "administrative8" : 20, + "administrative9" : 22, + "administrative10" : 24 + } + } +}, +{ "countries" : ["ru"], + "tags" : { + "place" : { + "municipality" : 18 + }, + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14 + } + } } ]