forked from organicmaps/organicmaps
Revert "[generator] Set maximum points per coastline feature to 1000."
This reverts commit 71f0b98f30
.
This commit is contained in:
parent
b0d5321469
commit
336158eae1
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public:
|
|||
|
||||
static int constexpr kStartLevel = 4;
|
||||
static int constexpr kHighLevel = 10;
|
||||
static int constexpr kMaxPoints = 1000;
|
||||
static int constexpr kMaxPoints = 20000;
|
||||
|
||||
protected:
|
||||
struct Context
|
||||
|
|
Loading…
Add table
Reference in a new issue