X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/abd20d3ca6535809318b46cc57f6f61bc5664bd2..e9ce5714a712a104575ed5869ff1fb9d00e94ecc:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index f245c227..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 } } }, @@ -149,6 +164,16 @@ "administrative8" : 14 } } +}, +{ "countries" : [ "nl" ], + "tags" : { + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14, + "administrative9" : [15, 0], + "administrative10" : 16 + } + } } ]