mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove historic:neighbourhood from address ranks
Should not be reverse searchable. Fixes #1379.
This commit is contained in:
@@ -78,6 +78,9 @@
|
|||||||
},
|
},
|
||||||
"mountain_pass" : {
|
"mountain_pass" : {
|
||||||
"" : [20, 0]
|
"" : [20, 0]
|
||||||
|
},
|
||||||
|
"historic" : {
|
||||||
|
"neighbourhood" : [30, 0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user