mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
Add another alias for WGS84
This commit is contained in:
parent
c3117bb3ac
commit
a01ff33768
@ -53,6 +53,7 @@ const GCS &GCS::WGS84()
|
|||||||
QList<GCS::Entry> GCS::defaults()
|
QList<GCS::Entry> GCS::defaults()
|
||||||
{
|
{
|
||||||
QList<GCS::Entry> list;
|
QList<GCS::Entry> list;
|
||||||
|
list.append(GCS::Entry(4326, 6326, "WGS 1984", WGS84()));
|
||||||
list.append(GCS::Entry(4326, 6326, "WGS 84", WGS84()));
|
list.append(GCS::Entry(4326, 6326, "WGS 84", WGS84()));
|
||||||
list.append(GCS::Entry(4326, 6326, "WGS84", WGS84()));
|
list.append(GCS::Entry(4326, 6326, "WGS84", WGS84()));
|
||||||
return list;
|
return list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user