Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-03-03 15:56:34 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:07 +0300
commit4df47db708e7f82e36f28d71284184baae0a0ca3 (patch)
tree352a978dd9037b7738341fe4601ea136b848cd58 /indexer/feature_visibility.hpp
parent18e19e0ccf0ffe4c02c5240206beaadece9457d7 (diff)
Add shuttle_train features to index.
Diffstat (limited to 'indexer/feature_visibility.hpp')
-rw-r--r--indexer/feature_visibility.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indexer/feature_visibility.hpp b/indexer/feature_visibility.hpp
index 40c84f27e7..290685e1ef 100644
--- a/indexer/feature_visibility.hpp
+++ b/indexer/feature_visibility.hpp
@@ -27,6 +27,10 @@ namespace feature
bool IsDrawableForIndexClassifOnly(FeatureBase const & f, int level);
bool IsDrawableForIndexGeometryOnly(FeatureBase const & f, int level);
+ // Exception features which have no styles, but must be present in index for some reasons.
+ // For example routing edges with render=no tag (Le mans tunnel).
+ bool IsDrawarbleByException(FeatureBase const & f);
+
/// For FEATURE_TYPE_AREA need to have at least one area-filling type.
bool IsDrawableLike(vector<uint32_t> const & types, EGeomType geomType);
/// For FEATURE_TYPE_AREA removes line-drawing only types.