forked from organicmaps/organicmaps
[indexer] changed epsilon to get more accurate polygons
This commit is contained in:
parent
7f2e412d35
commit
3c5697cc91
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ namespace scales
|
|||
|
||||
double GetEpsilonForSimplify(int level)
|
||||
{
|
||||
return GetEpsilonImpl(level, 9);
|
||||
return GetEpsilonImpl(level, 18);
|
||||
}
|
||||
|
||||
bool IsGoodForLevel(int level, m2::RectD const & r)
|
||||
|
|
Loading…
Add table
Reference in a new issue