From: Sarah Hoffmann Date: Fri, 23 Oct 2020 10:58:13 +0000 (+0200) Subject: elevate most natural feature to address rank 22 X-Git-Tag: v3.6.0~36^2~3 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/f050f898bc914d3f90186526305d3901f357815f elevate most natural feature to address rank 22 Makes them be in par with landuse features. --- diff --git a/settings/address-levels.json b/settings/address-levels.json index f245c227..406b3548 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],