X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/ba3145627837efb6741eef14f9bf2ef6f1e12944..a48ebd9b477318bc5fdb44d7dc6bbf695911a4b9:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index 1810af59..26ee6e70 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -64,7 +64,15 @@ "peak" : [18, 0], "volcano" : [18, 0], "mountain_range" : [18, 0], - "sea" : [4, 0] + "sea" : [4, 0], + "tree" : 30, + "spring" : 30, + "cave_entrance" : 30, + "geyser" : 30, + "hot_spring" : 30, + "rock" : 30, + "stone" : 30, + "" : [22, 0] }, "waterway" : { "river" : [19, 0], @@ -109,7 +117,14 @@ { "countries" : [ "be" ], "tags" : { "boundary" : { - "administrative7" : [14, 0] + "administrative3" : [5, 0], + "administrative4" : 6, + "administrative5" : [7, 0], + "administrative6" : 8, + "administrative7" : 12, + "administrative8" : 14, + "administrative9" : 16, + "administrative10" : 18 } } }, @@ -144,10 +159,21 @@ "municipality" : 18 }, "boundary" : { + "administrative5" : [10, 0], "administrative7" : [13, 0], "administrative8" : 14 } } +}, +{ "countries" : [ "nl" ], + "tags" : { + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14, + "administrative9" : [15, 0], + "administrative10" : 16 + } + } } ]