remove special case for operator names

The OSM data has been sufficiently cleaned up by now that
the operator no longer needs to be considered a name tag.
Use 'brand' as the searchable alternative.
This commit is contained in:
Sarah Hoffmann 2022-03-18 10:48:53 +01:00
parent 2723553593
commit 42f0282f14
2 changed files with 4 additions and 18 deletions

View File

@ -130,13 +130,6 @@
"" : "main,with_name"
}
},
{
"keys" : ["amenity"],
"values" : {
"restaurant" : "main,operator",
"fuel" : "main,operator"
}
},
{
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
"office", "mountain_pass"],
@ -149,7 +142,7 @@
"keys" : ["shop"],
"values" : {
"no" : "skip",
"" : "main,operator"
"" : "main"
}
},
{
@ -157,7 +150,7 @@
"values" : {
"yes" : "skip",
"no" : "skip",
"" : "main,operator"
"" : "main"
}
},
{

View File

@ -130,13 +130,6 @@
"" : "main,with_name"
}
},
{
"keys" : ["amenity"],
"values" : {
"restaurant" : "main,operator",
"fuel" : "main,operator"
}
},
{
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
"office", "mountain_pass"],
@ -149,7 +142,7 @@
"keys" : ["shop"],
"values" : {
"no" : "skip",
"" : "main,operator"
"" : "main"
}
},
{
@ -157,7 +150,7 @@
"values" : {
"yes" : "skip",
"no" : "skip",
"" : "main,operator"
"" : "main"
}
},
{