mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
downgrade waterways
A lot of streams in OSM are of minor importance, they certainly should show up lower in the list of results than villages. Those rivers/streams that are well known have a wikipedia page and get a higher importance from that. The disadvantage with downgrading is that the address gets even more useless but that's something that needs to be solved outside the rank search.
This commit is contained in:
parent
f4f369895c
commit
08c53ae27d
@ -63,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,
|
||||
|
Loading…
Reference in New Issue
Block a user