id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 2426,csharp Dataset.SetGCPs should take a collection of ground control points,johanb,tamas,"The C++ interface takes an array of ground control points, the C# version only one... Have tried the following code without success. Only the first point is set according to gdalinfo. GCP[] gcps = new GCP[] { new GCP(1411000, 6407000, 0, 389, 374, null, null), new GCP(1412000, 6407000, 0, 821, 372, null, null), new GCP(1412000, 6406000, 0, 823, 804, null, null), new GCP(1411000, 6406000, 0, 390, 217, null, null) }; ds.SetGCPs(gcps.Length, gcps[0], wkt); ",task,closed,normal,1.5.3,CSharpBindings,unspecified,major,fixed,,