X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b0e6fb73c6ccabbc28464e5a9910ef7bd3293e0e..f42e40712e1a20d9e6ca1e497123a0c16c83be82:/settings/address-levels.json?ds=sidebyside diff --git a/settings/address-levels.json b/settings/address-levels.json index 8a47f7e5..8429a3cb 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -25,6 +25,8 @@ "islet" : [20, 0], "mountain_pass" : [20, 0], "neighbourhood" : 22, + "quarter" : 22, + "city_block" : 22, "houses" : [28, 0] }, "boundary" : { @@ -83,6 +85,23 @@ "neighbourhood" : [30, 0] } } +}, +{ "countries" : [ "de" ], + "tags" : { + "place" : { + "county" : [12, 0] + }, + "boundary" : { + "administrative5" : [10, 0] + } + } +}, +{ "countries" : [ "be" ], + "tags" : { + "boundary" : { + "administrative7" : [14, 0] + } + } } ]