We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6797e commit 1b3e90aCopy full SHA for 1b3e90a
1 file changed
src/main/java/mil/nga/crs/geo/GeoDatums.java
@@ -72,8 +72,8 @@ public enum GeoDatums {
72
/**
73
* Ordnance Survey of Great Britain 1936
74
*/
75
- OSEB36("OSGB36", 446.448, -125.157, 542.060, 0.1502, 0.2470, 0.8421,
76
- -20.4894, Ellipsoids.AIRY, "Airy 1830", "OSGB 1936",
+ OSGB36("OSGB36", 446.448, -125.157, 542.06, 0.15, 0.247, 0.842, -20.489,
+ Ellipsoids.AIRY, "Airy 1830", "OSGB 1936",
77
"Ordnance Survey of Great Britain 1936");
78
79
0 commit comments