We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd87c17 commit fabc67eCopy full SHA for fabc67e
1 file changed
src/main/java/mil/nga/crs/operation/OperationMethods.java
@@ -77,7 +77,8 @@ public enum OperationMethods {
77
*/
78
HOTINE_OBLIQUE_MERCATOR_B(9815, "Hotine Oblique Mercator (variant B)",
79
OperationType.MAP_PROJECTION,
80
- new String[] { "Rectified skew orthomorphic", "Oblique Mercator" },
+ new String[] { "Rectified skew orthomorphic", "Oblique Mercator",
81
+ "Hotine Oblique Mercator Azimuth Center" },
82
8811, 8812, 8813, 8814, 8815, 8816, 8817),
83
84
/**
0 commit comments