From 09e7f0d013179471434afef07ce0ae9bcee6d1d8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 10 Jun 2019 20:12:27 +0200 Subject: [PATCH] remove historic:neighbourhood from address ranks Should not be reverse searchable. Fixes #1379. --- settings/address-levels.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings/address-levels.json b/settings/address-levels.json index 7524a29b..c29266ac 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -78,6 +78,9 @@ }, "mountain_pass" : { "" : [20, 0] + }, + "historic" : { + "neighbourhood" : [30, 0] } } }