mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
Some more cosmetics
This commit is contained in:
parent
7f80e8f7b7
commit
ab65deadb6
@ -9,7 +9,7 @@ static QMap<QString, Datum> WGS84()
|
|||||||
{
|
{
|
||||||
QMap<QString, Datum> map;
|
QMap<QString, Datum> map;
|
||||||
map.insert("WGS 84", Datum(Ellipsoid(WGS84_RADIUS, WGS84_FLATTENING),
|
map.insert("WGS 84", Datum(Ellipsoid(WGS84_RADIUS, WGS84_FLATTENING),
|
||||||
0, 0, 0));
|
0.0, 0.0, 0.0));
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user