Skip to content

Commit 91ea525

Browse files
committed
Lambert Azimuthal Equal Area alias
1 parent 29059f5 commit 91ea525

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
@@ -88,8 +88,9 @@ public enum OperationMethods {
8888
*/
8989
LAMBERT_AZIMUTHAL_EQUAL_AREA(9820, "Lambert Azimuthal Equal Area",
9090
OperationType.MAP_PROJECTION,
91-
new String[] { "Lambert Equal Area", "LAEA" }, 8801, 8802, 8806,
92-
8807),
91+
new String[] { "Lambert Equal Area", "LAEA",
92+
"Lambert Azimuthal Equal Area (Spherical)" },
93+
8801, 8802, 8806, 8807),
9394

9495
/**
9596
* Lambert Conic Conformal (1SP)

0 commit comments

Comments
 (0)