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:
Sarah Hoffmann
2020-09-01 17:55:40 +02:00
parent 76b307f42a
commit a68cdc40be
3 changed files with 8 additions and 3 deletions

View File

@@ -124,6 +124,7 @@
{
"keys" : ["boundary"],
"values" : {
"place" : "skip",
"" : "main,with_name"
}
},