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-05 19:45:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:58 +0300
commitaa437fb5c8c9d37d251223c0d7dfafcebb3ab7ed (patch)
tree85cd48f56d3e08cc7f0b43a67d6e053b3b81628e /indexer/feature_impl.hpp
parentdadd320e569026d70c59b2259900f8ebc000ab2e (diff)
- Set world generation scales to 9.
- Highway merging during world generation.
Diffstat (limited to 'indexer/feature_impl.hpp')
-rw-r--r--indexer/feature_impl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/feature_impl.hpp b/indexer/feature_impl.hpp
index b13bedab6d..75c41bf034 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -22,8 +22,8 @@ namespace feature
}
- static int g_arrWorldScales[] = { 2, 4, 5, 6 }; // 6 = scales::GetUpperWorldScale()
- static int g_arrCountryScales[] = { 7, 10, 14, 17 }; // 17 = scales::GetUpperScale()
+ static int g_arrWorldScales[] = { 2, 5, 7, 9 }; // 9 = scales::GetUpperWorldScale()
+ static int g_arrCountryScales[] = { 10, 12, 14, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)
{