Skip to content

Commit f8aaafe

Browse files
committed
Looks like crs mismatch...?
1 parent 7cf802d commit f8aaafe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/src/app/testqgsnodetool.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ void TestQgsNodeTool::initTestCase()
127127

128128
mCanvas = new QgsMapCanvas();
129129

130+
qDebug( "canvas otf %d crs %s", mCanvas->hasCrsTransformEnabled(), mCanvas->mapSettings().destinationCrs().authid().toAscii().data() );
131+
mCanvas->setDestinationCrs( QgsCoordinateReferenceSystem( "EPSG:27700" ) );
132+
130133
mAdvancedDigitizingDockWidget = new QgsAdvancedDigitizingDockWidget( mCanvas );
131134

132135
// make testing layers

0 commit comments

Comments
 (0)