Skip to content

Fix source points order in import layer form points

Arnaud MORVAN requested to merge GSEDFQGIS-99-fix-sourcepoints-order into master

When testing on a new data set, I found that the interpolation does not work properly when source points are not in abs_lat order. I solve it by sorting projected distances and source values according to projected distances.

Merge request reports