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-10-17 16:47:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:12 +0300
commit55613019590b3dd194cf141bea6ee0f9e7a7c6c1 (patch)
treecc95d801ad6a87a14271f5877b4823c84e0a14e3 /indexer/feature_impl.hpp
parent18104efd0d14eea7867e15cf1df6d1cc687043f9 (diff)
[Experimental] Do no skip small coastline polygons with first scale level.
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 dc40b3257f..ae0bbde3fe 100644
--- a/indexer/feature_impl.hpp
+++ b/indexer/feature_impl.hpp
@@ -5,7 +5,7 @@
namespace feature
{
- static int g_arrWorldScales[] = { 5, 7, 9 }; // 9 = scales::GetUpperWorldScale()
+ static int g_arrWorldScales[] = { 3, 5, 7, 9 }; // 9 = scales::GetUpperWorldScale()
static int g_arrCountryScales[] = { 12, 15, 17 }; // 17 = scales::GetUpperScale()
inline string GetTagForIndex(char const * prefix, int ind)