forked from organicmaps/organicmaps
[search] Make peaks, saddles and towers more searchable
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
5868350356
commit
3c8ef18ba8
3 changed files with 5 additions and 4 deletions
|
@ -442,7 +442,7 @@ OneLevelPOIChecker::OneLevelPOIChecker() : ftypes::BaseChecker(1 /* level */)
|
|||
Classificator const & c = classif();
|
||||
|
||||
for (auto const * path : {"amenity", "craft", "healthcare", "historic", "leisure", "office", "railway",
|
||||
"shop", "sport", "tourism"})
|
||||
"shop", "sport", "tourism", "mountain_pass"})
|
||||
m_types.push_back(c.GetTypeByPath({path}));
|
||||
}
|
||||
|
||||
|
@ -468,8 +468,11 @@ TwoLevelPOIChecker::TwoLevelPOIChecker() : ftypes::BaseChecker(2 /* level */)
|
|||
{"man_made", "water_tap"},
|
||||
{"man_made", "water_well"},
|
||||
{"natural", "beach"},
|
||||
{"natural", "geyser"},
|
||||
{"natural", "cave_entrance"},
|
||||
{"natural", "geyser"},
|
||||
{"natural", "hot_spring"},
|
||||
{"natural", "peak"},
|
||||
{"natural", "saddle"},
|
||||
{"natural", "spring"},
|
||||
{"natural", "volcano"},
|
||||
{"waterway", "waterfall"}
|
||||
|
|
|
@ -251,7 +251,6 @@ UNIT_CLASS_TEST(SmokeTest, CategoriesTest)
|
|||
{"man_made", "chimney"},
|
||||
{"man_made", "flagpole"},
|
||||
{"man_made", "mast"},
|
||||
{"man_made", "tower"},
|
||||
{"man_made", "water_tower"},
|
||||
{"natural"},
|
||||
{"office"},
|
||||
|
|
|
@ -29,7 +29,6 @@ TypesSkipper::TypesSkipper()
|
|||
{"man_made", "chimney"},
|
||||
{"man_made", "flagpole"},
|
||||
{"man_made", "mast"},
|
||||
{"man_made", "tower"},
|
||||
{"man_made", "water_tower"},
|
||||
};
|
||||
for (auto const & e : arrSkipEmptyName2)
|
||||
|
|
Loading…
Add table
Reference in a new issue