Skip to content

Draft: Bring Angle & CustomField Polyline decimation strategies.

Add 2 new decimation strategies.

  • Angle
  • CustomField

The angle strategy uses the angle between 3 points as a metric to compute the error. The CustomField uses the value stored in a specified PointData array as a metric to compute the error between 3 consecutive points.

Merge request reports