]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove historic:neighbourhood from address ranks
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 10 Jun 2019 18:12:27 +0000 (20:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 10 Jun 2019 18:12:27 +0000 (20:12 +0200)
Should not be reverse searchable.

Fixes #1379.

settings/address-levels.json

index 7524a29b761716fe38dc49dff4e5760fb5fd0f20..c29266ac7a749aee1c808f87fb6e0986b0a5cb05 100644 (file)
@@ -78,6 +78,9 @@
       },
       "mountain_pass" : {
           "" : [20, 0]
+      },
+      "historic" : {
+          "neighbourhood" : [30, 0]
       }
   }
 }