mapwarper icon indicating copy to clipboard operation
mapwarper copied to clipboard

rectify method will not chose 3rd polynomial even if there are more than 10 points

Open timwaters opened this issue 7 years ago • 0 comments

This is a bug in gdal, we could count points and set this ourselves though?

https://github.com/OSGeo/gdal/blob/master/gdal/alg/gdal_crs.c#L209

Note the comment: /for now we avoid 3rd order since it is unstable/

So we should expect 3rd polynomials to be used, but by default they won't be

timwaters avatar Oct 01 '18 22:10 timwaters