]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-extratags.style
remove special case for operator names
[nominatim.git] / settings / import-extratags.style
index 3416e8c49d66ef8b89cecd5dcce7eebb139b9e17..76146de2629f5adaaf153ec062ab01f3dcb41983 100644 (file)
         "" : "main,with_name"
     }
 },
-{
-    "keys" : ["amenity"],
-    "values" : {
-        "restaurant" : "main,operator",
-        "fuel" : "main,operator"
-    }
-},
 {
     "keys" : ["aeroway", "amenity", "club", "craft", "leisure",
               "office", "mountain_pass"],
     "keys" : ["shop"],
     "values" : {
         "no" : "skip",
-        "" : "main,operator"
+        "" : "main"
     }
 },
 {
     "values" : {
         "yes" : "skip",
         "no" : "skip",
-        "" : "main,operator"
+        "" : "main"
     }
 },
 {