Merge pull request #2639 from lonvia/remove-operator

No longer use operator tag as a name
This commit is contained in:
Sarah Hoffmann
2022-03-18 16:42:18 +01:00
committed by GitHub
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"
}
},
{