X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/452324cf011e82f0d0561b74809fa73798be0099..f5cbe0e6babf9b4649eb2e00717d21474052b08e:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index 8429a3cb..8b25fb1a 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -5,21 +5,22 @@ "continent" : [2, 0], "country" : [4, 0], "state" : [8, 0], + "province" : [8, 0], "region" : [18, 0], "county" : 12, + "municipality" : [17, 14], "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], + "borough" : [19, 18], + "hamlet" : 20, "suburb" : 20, "croft" : 20, "subdivision" : 20, "isolated_dwelling" : 20, + "allotments" : 20, "farm" : [20, 0], "locality" : [20, 0], "islet" : [20, 0], @@ -62,7 +63,11 @@ "sea" : [4, 0] }, "waterway" : { - "" : [17, 0] + "river" : [19, 0], + "stream" : [22, 0], + "ditch" : [22, 0], + "drain" : [22, 0], + "" : [20, 0] }, "highway" : { "" : 26, @@ -89,6 +94,7 @@ { "countries" : [ "de" ], "tags" : { "place" : { + "region" : [10, 0], "county" : [12, 0] }, "boundary" : { @@ -102,6 +108,16 @@ "administrative7" : [14, 0] } } +}, +{ "countries" : ["se", "no"], + "tags" : { + "place" : { + }, + "boundary" : { + "administrative3" : 8, + "administrative4" : 12 + } + } } ]