Skip to content
Snippets Groups Projects
Commit fa71f144 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

Merge branch 'mantis-1384' into develop

parents c1e4ed90 6a858bbe
No related branches found
No related tags found
No related merge requests found
......@@ -2515,8 +2515,8 @@ MainWindow
text =
tr( "(%1 %2 ; %3 %4 ; %5)" )
.arg( wgs84[ 0 ]>=0.0 ? "N" : "S" ).arg( fabs( wgs84[ 1 ] ) )
.arg( wgs84[ 1 ]>=0.0 ? "E" : "W" ).arg( fabs( wgs84[ 0 ] ) )
.arg( wgs84[ 1 ]>=0.0 ? "N" : "S" ).arg( fabs( wgs84[ 1 ] ) )
.arg( wgs84[ 0 ]>=0.0 ? "E" : "W" ).arg( fabs( wgs84[ 0 ] ) )
.arg( alt );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment