diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-04 14:10:28 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-09-04 14:10:44 +0200 |
| commit | ba0c3c3bf8c565b6a672659cb372da89a6b9bcb6 (patch) | |
| tree | d60730542dd6ab31eed71fb691b0d933a95b97a9 /src | |
| parent | 1098a06c48d58057642a3be21df70374a6088d9d (diff) | |
| download | PROJ-ba0c3c3bf8c565b6a672659cb372da89a6b9bcb6.tar.gz PROJ-ba0c3c3bf8c565b6a672659cb372da89a6b9bcb6.zip | |
proj_experimental.h: fix wrong comment forPJ_ELLIPSOIDAL_CS_2D_TYPE enum
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_experimental.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 27547d17..0e97ac9f 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -116,7 +116,7 @@ PJ PROJ_DLL *proj_create_cartesian_2D_cs(PJ_CONTEXT *ctx, double unit_conv_factor); -/** Type of Cartesian 2D coordinate system. */ +/** Type of Ellipsoidal 2D coordinate system. */ typedef enum { /* Longitude-Latitude */ |
