Two bugfixes in Rasterize Channels algorithm:
- Prevent
TypeError("cannot pickle 'QVariant' object
") by replacingdeepcopy(xsec)
byCrossSectionLocation.clone(xsec)
- If cross-section locations had no entry at width 0, the whole channel (or entire sections of it) were missing in the end result; this has been fixed