6,784 changes: 6,784 additions & 0 deletions src/core/qgscoordinatereferencesystem_legacy.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/src/core/testqgscoordinatereferencesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ void TestQgsCoordinateReferenceSystem::toProj4()
debugPrint( myCrs );
//first proj string produced by gdal 1.8-1.9
//second by gdal 1.7
QVERIFY( myCrs.toProj4() == GEOPROJ4 );
QCOMPARE( myCrs.toProj4(), GEOPROJ4 );
}
void TestQgsCoordinateReferenceSystem::isGeographic()
{
Expand Down