From: Sarah Hoffmann Date: Fri, 18 Mar 2022 09:48:53 +0000 (+0100) Subject: remove special case for operator names X-Git-Tag: v4.1.0~69^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/42f0282f14601ad7fc5e208e10a5a46b4acbba34 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. --- diff --git a/settings/import-extratags.style b/settings/import-extratags.style index 3416e8c4..76146de2 100644 --- a/settings/import-extratags.style +++ b/settings/import-extratags.style @@ -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" } }, { diff --git a/settings/import-full.style b/settings/import-full.style index a74334ca..ed874a17 100644 --- a/settings/import-full.style +++ b/settings/import-full.style @@ -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" } }, {