X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/77a13292850d623db049d695f0bebb59b02d9ae5..56fd1bc1b5fde69ec2258aa94c4c9cb493554e41:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index dff0e250..090c9365 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,21 @@ "administrative4" : 12 } } +}, +{ "countries" : ["id"], + "tags" : { + "place" : { + "municipality" : 18 + }, + "boundary" : { + "administrative5" : 12, + "administrative6" : 14, + "administrative7" : 16, + "administrative8" : 20, + "administrative9" : 22, + "administrative10" : 24 + } + } } ]