aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-24 15:06:06 +0000
committerEven Rouault <even.rouault@spatialys.com>2019-03-24 15:06:06 +0000
commitc5dd4dcdd792494aff0bf0b5cb03bca5052f256a (patch)
tree619ccf84261281b99973dc563790273de4ed88e8 /src
parent594fd7bbc72f36c42a3e5e538efdd3e01e5c3f40 (diff)
downloadPROJ-c5dd4dcdd792494aff0bf0b5cb03bca5052f256a.tar.gz
PROJ-c5dd4dcdd792494aff0bf0b5cb03bca5052f256a.zip
strerrno.cpp: fix inverted messages for PJD_ERR_LAT_1_OR_2_ZERO_OR_90 and PJD_ERR_LAT_0_OR_ALPHA_EQ_90
Diffstat (limited to 'src')
-rw-r--r--src/strerrno.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp
index a9310a55..20255747 100644
--- a/src/strerrno.cpp
+++ b/src/strerrno.cpp
@@ -40,8 +40,8 @@ pj_err_list[] = {
"path not in range", /* -29 */
"h <= 0", /* -30 */
"k <= 0", /* -31 */
- "lat_0 = 0 or 90 or alpha = 90", /* -32 */
- "lat_1=lat_2 or lat_1=0 or lat_2=90", /* -33 */
+ "lat_1=lat_2 or lat_1=0 or lat_2=90", /* -32 */
+ "lat_0 = 0 or 90 or alpha = 90", /* -33 */
"elliptical usage required", /* -34 */
"invalid UTM zone number", /* -35 */
"", /* no longer used */ /* -36 */