Opened 14 years ago

Closed 14 years ago

#3141 closed bug (fixed)

Georeferencer transformation type dropdown menu is incorrect

Reported by: dr Owned by: timlinux
Priority: critical: causes crash or data corruption Milestone: Version 1.6.0
Component: C++ Plugins Version: Trunk
Keywords: Cc: dr, gislab, alexbruy
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

If choose Polynomial 3 type and press OK, message "Polynomial 3 requires at least 1 GCPs. Please define more" appears.But polynomial 3 requires at least 10 GCPs. If choose another menu item, for example, polynomial 1 type, then message "Polynomial 1 requires at least 6 GCPs. Please define more" appears. But polynomial 1 requires 3 GCPs. And another menu items also incorrect.

Attachments (1)

georef-projective.patch (1.2 KB ) - added by lynxID 14 years ago.

Download all attachments as: .zip

Change History (3)

by lynxID, 14 years ago

Attachment: georef-projective.patch added

comment:1 by lynxID, 14 years ago

The reason of this bug is wrong place of the Projective transformation in the Transformation ComboBox. I have attached a patch that will fix this bug.

comment:2 by alexbruy, 14 years ago

Resolution: fixed
Status: newclosed

Applied in r14491

Note: See TracTickets for help on using tickets.