X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c5e792def965b0f4dccd42c80e0901a5a8f4d19b..a437f5d18a48d3f982e965ef81c93f71a73e53e0:/settings/address-levels.json?ds=sidebyside diff --git a/settings/address-levels.json b/settings/address-levels.json index 7524a29b..c4fcf910 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -3,28 +3,32 @@ "place" : { "sea" : [2, 0], "continent" : [2, 0], - "country" : [4, 4], - "state" : [8, 8], + "country" : [4, 0], + "state" : [8, 0], + "province" : [8, 0], "region" : [18, 0], "county" : 12, "city" : 16, "island" : [17, 0], "town" : [18, 16], "village" : [19, 16], - "hamlet" : [19, 16], "municipality" : [19, 16], "district" : [19, 16], "unincorporated_area" : [19, 16], "borough" : [19, 16], + "hamlet" : 20, "suburb" : 20, "croft" : 20, "subdivision" : 20, "isolated_dwelling" : 20, + "allotments" : 20, "farm" : [20, 0], "locality" : [20, 0], "islet" : [20, 0], "mountain_pass" : [20, 0], "neighbourhood" : 22, + "quarter" : 22, + "city_block" : 22, "houses" : [28, 0] }, "boundary" : { @@ -78,6 +82,26 @@ }, "mountain_pass" : { "" : [20, 0] + }, + "historic" : { + "neighbourhood" : [30, 0] + } + } +}, +{ "countries" : [ "de" ], + "tags" : { + "place" : { + "county" : [12, 0] + }, + "boundary" : { + "administrative5" : [10, 0] + } + } +}, +{ "countries" : [ "be" ], + "tags" : { + "boundary" : { + "administrative7" : [14, 0] } } }