From 1b1d6511b51db419007e80d94f4976bba66804c2 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Fri, 16 Dec 2022 13:53:52 +0000 Subject: [PATCH] [indexer] deprioritise shop=copyshop fixes cases where copyshop is effectively a secondary tag, eg. shop=copyshop + amenity=post_office Signed-off-by: Harry Bond --- indexer/feature_data.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp index 64dba72b0b..ae874b6f9e 100644 --- a/indexer/feature_data.cpp +++ b/indexer/feature_data.cpp @@ -149,6 +149,7 @@ private: {"amenity", "shelter"}, {"amenity", "toilets"}, {"amenity", "drinking_water"}, + {"shop", "copyshop"}, // often used as secondary tag for amenity=post_office {"leisure", "pitch"}, // Give priority to tag "sport"=*. {"public_transport", "platform"}, };