This commit is contained in:
Jørgen Herje
2024-04-05 17:05:21 +02:00
parent ecf9e67b68
commit d4dddb0c95
4 changed files with 146 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ void RivPolylineIntersectionGeometryGenerator::calculateArrays( cvf::UByteArray*
// - Low welding distance, as the goal is to weld duplicate vertices
// - Number of buckets is set per segment, utilizing number of cells intersecting the segment
const double weldingDistance = 1.0e-3;
const double weldingCellSize = 4.0 * weldingDistance;
const double weldingCellSize = 20.0 * weldingDistance;
const size_t numPoints = m_polylineUtm.size();
size_t pointIdx = 0;