aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Rivière <fil@rezo.net>2018-09-22 21:51:51 +0200
committerKristian Evers <kristianevers@gmail.com>2018-09-22 21:51:51 +0200
commita3e88d098bd511ff915ff667be7adbd7ca94938c (patch)
tree4bf1651e5672c473148c8ccf9ab0c3e692feded1
parentcf0e6926b21019c835e4f0f11f1a4f11e5fd8fdc (diff)
downloadPROJ-a3e88d098bd511ff915ff667be7adbd7ca94938c.tar.gz
PROJ-a3e88d098bd511ff915ff667be7adbd7ca94938c.zip
Fix typo in Plate Carree projection name (#1132)
-rw-r--r--src/PJ_eqc.c2
-rw-r--r--src/pj_list.h2
-rw-r--r--test/gie/builtins.gie2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/PJ_eqc.c b/src/PJ_eqc.c
index 86845aa3..07d6141c 100644
--- a/src/PJ_eqc.c
+++ b/src/PJ_eqc.c
@@ -10,7 +10,7 @@ struct pj_opaque {
double rc;
};
-PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Caree)")
+PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Carree)")
"\n\tCyl, Sph\n\tlat_ts=[, lat_0=0]";
diff --git a/src/pj_list.h b/src/pj_list.h
index 0a8d9d1b..dfcfe30a 100644
--- a/src/pj_list.h
+++ b/src/pj_list.h
@@ -36,7 +36,7 @@ PROJ_HEAD(eck4, "Eckert IV")
PROJ_HEAD(eck5, "Eckert V")
PROJ_HEAD(eck6, "Eckert VI")
PROJ_HEAD(eqearth, "Equal Earth")
-PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Caree)")
+PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Carree)")
PROJ_HEAD(eqdc, "Equidistant Conic")
PROJ_HEAD(euler, "Euler")
PROJ_HEAD(etmerc, "Extended Transverse Mercator" )
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie
index b5dc3ab1..1ee968f4 100644
--- a/test/gie/builtins.gie
+++ b/test/gie/builtins.gie
@@ -1174,7 +1174,7 @@ expect -0.002029979 -0.000789630
===============================================================================
-Equidistant Cylindrical (Plate Caree)
+Equidistant Cylindrical (Plate Carree)
Cyl, Sph
lat_ts=[, lat_0=0]
===============================================================================