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:
authorvng <viktor.govako@gmail.com>2011-05-30 00:51:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:22 +0300
commit739cea51ca22889a2c8ba09b3b6c8507d99bba1c (patch)
tree058dac041746832ddaf6428931486ec44d78f17d /indexer/feature_visibility.hpp
parentd226b5726dc8890d9bac71d0e7ddb93359d95184 (diff)
Add MinDrawableScaleForText.
Diffstat (limited to 'indexer/feature_visibility.hpp')
-rw-r--r--indexer/feature_visibility.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_visibility.hpp b/indexer/feature_visibility.hpp
index ea4d8ad04d..6a15ed1fc3 100644
--- a/indexer/feature_visibility.hpp
+++ b/indexer/feature_visibility.hpp
@@ -16,7 +16,9 @@ namespace feature
bool IsDrawableAny(uint32_t type);
bool IsDrawableLike(vector<uint32_t> const & type, feature_geo_t ft);
bool IsDrawableForIndex(FeatureBase const & f, int level);
+
int MinDrawableScaleForFeature(FeatureBase const & f);
+ int MinDrawableScaleForText(FeatureBase const & f);
int GetDrawRule(FeatureBase const & f, int level, vector<drule::Key> & keys, string & names);