mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
elevate most natural feature to address rank 22
Makes them be in par with landuse features.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user