diff --git a/search/search_integration_tests/smoke_test.cpp b/search/search_integration_tests/smoke_test.cpp index e74e0001bc..def4880578 100644 --- a/search/search_integration_tests/smoke_test.cpp +++ b/search/search_integration_tests/smoke_test.cpp @@ -142,48 +142,49 @@ UNIT_CLASS_TEST(SmokeTest, DeepCategoryTest) UNIT_CLASS_TEST(SmokeTest, CategoriesTest) { // todo(@t.yan): fix some or delete category. - vector> const invisibleTags = {{"amenity", "driving_school"}, - {"military", "bunker"}, - {"waterway", "canal"}, - {"waterway", "river"}, - {"waterway", "riverbank"}, - {"waterway", "stream"}, - {"landuse", "basin"}, - {"place", "county"}, - {"place", "islet"}, - {"power", "pole"}, - {"highway", "footway"}, - {"highway", "living_street"}, - {"highway", "motorway"}, - {"highway", "motorway_link"}, - {"highway", "path"}, - {"highway", "pedestrian"}, - {"highway", "primary"}, - {"highway", "primary_link"}, - {"highway", "raceway"}, - {"highway", "residential"}, - {"highway", "road"}, - {"highway", "secondary"}, - {"highway", "secondary_link"}, - {"highway", "service"}, - {"highway", "steps"}, - {"area:highway", "steps"}, - {"highway", "tertiary"}, - {"highway", "tertiary_link"}, - {"highway", "track"}, - {"highway", "traffic_signals"}, - {"highway", "trunk"}, - {"highway", "trunk_link"}, - {"highway", "unclassified"}, - {"man_made", "surveillance"}, - {"man_made", "tower"}, - {"man_made", "water_tower"}, - {"man_made", "water_well"}, - {"natural", "pond"}, - {"natural", "tree"}, - {"natural", "wood"}}; + vector> const invisibleAsPointTags = {{"amenity", "driving_school"}, + {"military", "bunker"}, + {"waterway", "canal"}, + {"waterway", "river"}, + {"waterway", "riverbank"}, + {"waterway", "stream"}, + {"landuse", "basin"}, + {"place", "county"}, + {"place", "islet"}, + {"power", "pole"}, + {"highway", "footway"}, + {"highway", "living_street"}, + {"highway", "motorway"}, + {"highway", "motorway_link"}, + {"highway", "path"}, + {"highway", "pedestrian"}, + {"highway", "primary"}, + {"highway", "primary_link"}, + {"highway", "raceway"}, + {"highway", "residential"}, + {"highway", "road"}, + {"highway", "secondary"}, + {"highway", "secondary_link"}, + {"highway", "service"}, + {"highway", "steps"}, + {"area:highway", "steps"}, + {"highway", "tertiary"}, + {"highway", "tertiary_link"}, + {"highway", "track"}, + {"highway", "traffic_signals"}, + {"highway", "trunk"}, + {"highway", "trunk_link"}, + {"highway", "unclassified"}, + {"man_made", "surveillance"}, + {"man_made", "tower"}, + {"man_made", "water_tower"}, + {"man_made", "water_well"}, + {"natural", "glacier"}, + {"natural", "pond"}, + {"natural", "tree"}, + {"natural", "wood"}}; set invisibleTypes; - for (auto const & tags : invisibleTags) + for (auto const & tags : invisibleAsPointTags) invisibleTypes.insert(classif().GetTypeByPath(tags)); vector> const notSupportedTags = {// Not visible because excluded by TypesSkipper.