Skip to content

Commit 1b3e90a

Browse files
committed
OSGB36 name and transform adjustment
1 parent 7e6797e commit 1b3e90a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/mil/nga/crs/geo/GeoDatums.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public enum GeoDatums {
7272
/**
7373
* Ordnance Survey of Great Britain 1936
7474
*/
75-
OSEB36("OSGB36", 446.448, -125.157, 542.060, 0.1502, 0.2470, 0.8421,
76-
-20.4894, Ellipsoids.AIRY, "Airy 1830", "OSGB 1936",
75+
OSGB36("OSGB36", 446.448, -125.157, 542.06, 0.15, 0.247, 0.842, -20.489,
76+
Ellipsoids.AIRY, "Airy 1830", "OSGB 1936",
7777
"Ordnance Survey of Great Britain 1936");
7878

7979
/**

0 commit comments

Comments
 (0)