]> git.openstreetmap.org Git - nominatim.git/commitdiff
downgrade waterways
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 14 Apr 2020 15:14:20 +0000 (17:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 14 Apr 2020 15:14:20 +0000 (17:14 +0200)
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.

settings/address-levels.json

index 9f32fc985696cc96cc593ec4752eb4a1b8d056bf..10cbf307464f46aeb0ef255614e8afedeeafc27b 100644 (file)
           "sea" : [4, 0]
       },
       "waterway" : {
-          "" : [17, 0]
+          "river" : [19, 0],
+          "stream" : [22, 0],
+          "ditch" : [22, 0],
+          "drain" : [22, 0],
+          "" : [20, 0]
       },
       "highway" : {
           "" : 26,