From: Sarah Hoffmann Date: Mon, 10 Jun 2019 18:12:27 +0000 (+0200) Subject: remove historic:neighbourhood from address ranks X-Git-Tag: v3.4.0~34 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/09e7f0d013179471434afef07ce0ae9bcee6d1d8 remove historic:neighbourhood from address ranks Should not be reverse searchable. Fixes #1379. --- 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] } } }