diff --git a/src/util/Numerical.js b/src/util/Numerical.js index 75cec64a..9721e4f2 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -103,7 +103,7 @@ var Numerical = new function() { * The epsilon to be used when performing "geometric" checks, such as * distances between points and lines. */ - GEOMETRIC_EPSILON: 2e-7, + GEOMETRIC_EPSILON: 4e-7, /** * The epsilon to be used when performing winding contribution checks. */