forked from organicmaps/organicmaps
[generator] PlaceProcessor: decrease kIsCapitalCoeff.
This commit is contained in:
parent
196fe97a5d
commit
a502f1873e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ template <typename T>
|
|||
bool IsWorsePlace(T const & left, T const & right)
|
||||
{
|
||||
double constexpr kRankCoeff = 1.0;
|
||||
double constexpr kIsCapitalCoeff = 1.0;
|
||||
double constexpr kIsCapitalCoeff = 0.1;
|
||||
double constexpr kLangsCountCoeff = 1.0;
|
||||
double constexpr kIsPointCoeff = 0.1;
|
||||
double constexpr kIsNodeCoeff = 0.1;
|
||||
|
|
Loading…
Add table
Reference in a new issue