mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Updated PCS list
This commit is contained in:
parent
7a702be012
commit
5f47383648
1895
pkg/csv/pcs.csv
1895
pkg/csv/pcs.csv
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,9 @@ CoordinateSystem::CoordinateSystem(int code)
|
||||
case 1035:
|
||||
case 1039:
|
||||
case 4400:
|
||||
case 4402:
|
||||
case 4404:
|
||||
case 4405:
|
||||
case 4409:
|
||||
case 4463:
|
||||
case 4464:
|
||||
|
@ -15,6 +15,15 @@ LinearUnits::LinearUnits(int code)
|
||||
case 9040:
|
||||
_f = 36.0 / 39.370147;
|
||||
break;
|
||||
case 9041:
|
||||
_f = 12.0 / 39.370147;
|
||||
break;
|
||||
case 9042:
|
||||
_f = 792.0 / 39.370147;
|
||||
break;
|
||||
case 9094:
|
||||
_f = 6378300.0 / 20926201.0;
|
||||
break;
|
||||
default:
|
||||
_f = NAN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user