Skip to content

Commit

Permalink
Fixed NAD83 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jtejido committed May 15, 2018
1 parent 47d9e1c commit 6c7acbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Geodesy/Datum/NAD83.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ class NAD83 extends BaseDatum implements DatumInterface
'Name' => "North American Datum 1983",
'CRS' => 4269,
'TranslationVectors' => array(
'x' => 0,
'y' => 0,
'z' => 0,
'x' => 1.004,
'y' => -1.910,
'z' => -0.515,
),
'RotationalVectors' => array(
'x' => 0,
'y' => 0,
'z' => 0,
'x' => 0.0267,
'y' => 0.00034,
'z' => 0.011,
),
'Scale' => 0,
'Scale' => -0.0015,
'Area' => "North America - NAD83",
'Remarks' => "Derived at 354 stations.",
'Source' => "U.S. Defense Mapping Agency TR8350.2 revision of August 1993.",
Expand Down

0 comments on commit 6c7acbf

Please sign in to comment.