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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-19 05:29:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:22 +0300
commit47401ef4ed884657364c2773bf19bf9de8933584 (patch)
tree318f17825be47615c9bfafe7e62a82db7f2d69fb /indexer/feature_impl.hpp
parent3369ab5a6ba0b13e61aa62a6ecddaec5da9f3dc9 (diff)
Reverted back scales for countries to 10, 12, 14, 17
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 ae0bbde3fe..366586dcc9 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -6,7 +6,7 @@
namespace feature
{
static int g_arrWorldScales[] = { 3, 5, 7, 9 }; // 9 = scales::GetUpperWorldScale()
- static int g_arrCountryScales[] = { 12, 15, 17 }; // 17 = scales::GetUpperScale()
+ static int g_arrCountryScales[] = { 10, 12, 14, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)
{