]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove special case for operator names
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Mar 2022 09:48:53 +0000 (10:48 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Mar 2022 09:48:53 +0000 (10:48 +0100)
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.

settings/import-extratags.style
settings/import-full.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"
     }
 },
 {
index a74334cae902093017764adaa809f8a1d222254a..ed874a177ae3f5f4aaf59d572555bb190dead2a1 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"
     }
 },
 {