[generator] Set maximum points per coastline feature to 1000.

This commit is contained in:
vng 2015-12-10 15:49:31 +03:00
parent b5474630f6
commit 71f0b98f30

View file

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