From 47401ef4ed884657364c2773bf19bf9de8933584 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 19 Oct 2011 03:29:32 +0200 Subject: [PATCH] Reverted back scales for countries to 10, 12, 14, 17 --- indexer/feature_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {