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

This reverts commit 71f0b98f30.
This commit is contained in:
vng 2015-12-14 17:17:30 +03:00
parent b0d5321469
commit 336158eae1

View file

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