From 336158eae157f3bf5ddaabc8c7c91278ef1283f0 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 14 Dec 2015 17:17:30 +0300 Subject: [PATCH] Revert "[generator] Set maximum points per coastline feature to 1000." This reverts commit 71f0b98f306e198b5757e6f89f0dc886d9bbd2e3. --- generator/coastlines_generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/coastlines_generator.cpp b/generator/coastlines_generator.cpp index 1001289d1f..cf16e798e2 100644 --- a/generator/coastlines_generator.cpp +++ b/generator/coastlines_generator.cpp @@ -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