Fixed geometry zoom levels for World file

This commit is contained in:
Alex Zolotarev 2011-03-17 18:55:50 +01:00 committed by Alex Zolotarev
parent 7d30e37891
commit a582fb0ed2

View file

@ -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)