mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Fix review issues
This commit is contained in:
parent
4a232bb9ac
commit
6f1693c6e8
@ -511,7 +511,6 @@ void TestQgs3DUtils::testScreenPointToMapCoordinates()
|
|||||||
|
|
||||||
// this placement is weird, but it fixes the clang-tidy warning
|
// this placement is weird, but it fixes the clang-tidy warning
|
||||||
delete scene;
|
delete scene;
|
||||||
|
|
||||||
QGSCOMPARENEAR( mapPoint.x(), 321900, 0.1 );
|
QGSCOMPARENEAR( mapPoint.x(), 321900, 0.1 );
|
||||||
QGSCOMPARENEAR( mapPoint.y(), 129900.94, 0.1 );
|
QGSCOMPARENEAR( mapPoint.y(), 129900.94, 0.1 );
|
||||||
QGSCOMPARENEAR( mapPoint.z(), -5, 0.1 );
|
QGSCOMPARENEAR( mapPoint.z(), -5, 0.1 );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user