forked from organicmaps/organicmaps
[generator] Set maximum points per coastline feature to 1000.
This commit is contained in:
parent
b5474630f6
commit
71f0b98f30
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 = 20000;
|
||||
static int constexpr kMaxPoints = 1000;
|
||||
|
||||
protected:
|
||||
struct Context
|
||||
|
|
Loading…
Add table
Reference in a new issue