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-03-20 17:03:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:58 +0300
commit9e0c9222a098b26b820ab68bc4bcf63f1faeb327 (patch)
tree2b53736dcf5a040b3222e83405a1484a9af2bde2 /indexer/feature_impl.hpp
parenta3585d1b990f0e8a1c2ad8ae33376d0ecb719790 (diff)
Add scales to filter mwm files in index.
Diffstat (limited to 'indexer/feature_impl.hpp')
-rw-r--r--indexer/feature_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_impl.hpp b/indexer/feature_impl.hpp
index 0b18c2beb6..6f37b3ce75 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -22,7 +22,7 @@ namespace feature
}
- static int g_arrWorldScales[] = { 2, 4, 5, 6 }; // 6 = upper scale for world.mwm visibility
+ static int g_arrWorldScales[] = { 2, 4, 5, 6 }; // 6 = scales::GetUpperWorldScale()
static int g_arrCountryScales[] = { 7, 10, 14, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)