diff --git a/ApplicationCode/ProjectDataModel/RimContourMapProjection.cpp b/ApplicationCode/ProjectDataModel/RimContourMapProjection.cpp index 369f6cd972..1e880b7d87 100644 --- a/ApplicationCode/ProjectDataModel/RimContourMapProjection.cpp +++ b/ApplicationCode/ProjectDataModel/RimContourMapProjection.cpp @@ -1128,6 +1128,10 @@ void RimContourMapProjection::generateContourPolygons() { simplifyEpsilon *= 2.0; } + else if ( numberOfCells() > 1000000 ) + { + simplifyEpsilon *= 4.0; + } std::vector unorderedLineSegmentsPerLevel = caf::ContourLines::create( m_aggregatedVertexResults, xVertexPositions(), yVertexPositions(), contourLevels );