mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
improve fallback ranking
Boundaries and places now always get a rank < 26 to make sure that they do not parent to a street. Skip boundary=place completely because they will be covered throught the secondary place tag.
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
{
|
||||
"keys" : ["boundary"],
|
||||
"values" : {
|
||||
"place" : "skip",
|
||||
"" : "main,with_name"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user