Skip to content

Commit

Permalink
Looks like crs mismatch...?
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 29, 2017
1 parent 7cf802d commit f8aaafe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/app/testqgsnodetool.cpp
Expand Up @@ -127,6 +127,9 @@ void TestQgsNodeTool::initTestCase()

mCanvas = new QgsMapCanvas();

qDebug( "canvas otf %d crs %s", mCanvas->hasCrsTransformEnabled(), mCanvas->mapSettings().destinationCrs().authid().toAscii().data() );
mCanvas->setDestinationCrs( QgsCoordinateReferenceSystem( "EPSG:27700" ) );

mAdvancedDigitizingDockWidget = new QgsAdvancedDigitizingDockWidget( mCanvas );

// make testing layers
Expand Down

0 comments on commit f8aaafe

Please sign in to comment.