Skip to content

Commit 374d951

Browse files
committed
alias name
1 parent 7b57ae9 commit 374d951

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/mil/nga/crs/operation/OperationMethods.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ public enum OperationMethods {
7373
* Hotine Oblique Mercator (variant B)
7474
*/
7575
HOTINE_OBLIQUE_MERCATOR_B(9815, "Hotine Oblique Mercator (variant B)",
76-
OperationType.MAP_PROJECTION, "Rectified skew orthomorphic", 8811,
77-
8812, 8813, 8814, 8815, 8816, 8817),
76+
OperationType.MAP_PROJECTION,
77+
new String[] { "Rectified skew orthomorphic", "Oblique Mercator" },
78+
8811, 8812, 8813, 8814, 8815, 8816, 8817),
7879

7980
/**
8081
* Krovak

0 commit comments

Comments
 (0)