forked from organicmaps/organicmaps
Fixed geometry zoom levels for World file
This commit is contained in:
parent
7d30e37891
commit
a582fb0ed2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue