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-03-17 20:55:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:45 +0300
commita582fb0ed294990ce1f42210990454b5f39a14ec (patch)
tree08edf77c6452c0211806ec20f2423812b937382e /indexer/feature_impl.hpp
parent7d30e3789194afcedd9b601c2e94f583d2e1be20 (diff)
Fixed geometry zoom levels for World file
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 68b8309ba9..0b18c2beb6 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -22,7 +22,7 @@ namespace feature
}
- static int g_arrWorldScales[] = { 1, 3, 4, 6 }; // 6 = upper scale for world.mwm visibility
+ static int g_arrWorldScales[] = { 2, 4, 5, 6 }; // 6 = upper scale for world.mwm visibility
static int g_arrCountryScales[] = { 7, 10, 14, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)