From: Sarah Hoffmann Date: Tue, 14 Apr 2020 15:14:20 +0000 (+0200) Subject: downgrade waterways X-Git-Tag: v3.5.0~37^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/08c53ae27de8f7e5a444b2d7d568e29c9fd90e86 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. --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 9f32fc98..10cbf307 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -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,