We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3c52 commit 87984beCopy full SHA for 87984be
src/plugins/georeferencer/qgsgeorefplugingui.cpp
@@ -1175,7 +1175,7 @@ QString QgsGeorefPluginGui::gdal_translateCommand( bool generateTFW )
1175
1176
foreach( QgsGeorefDataPoint *pt, mPoints )
1177
{
1178
- gdalCommand << QString( "-gcp %1 %2 %3 %4" ).arg( pt->pixelCoords().x() ).arg( pt->pixelCoords().y() )
+ gdalCommand << QString( "-gcp %1 %2 %3 %4" ).arg( pt->pixelCoords().x() ).arg( -pt->pixelCoords().y() )
1179
.arg( pt->mapCoords().x() ).arg( pt->mapCoords().y() );
1180
}
1181
0 commit comments