aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_crs.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-11-28 20:13:42 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-11-29 00:39:11 +0100
commitd87573cf62b339f22b24595fd05714f1b4e3bda3 (patch)
tree38c4f4c53e025863d8cc83405161a366865a152e /test/unit/test_crs.cpp
parentff7f5da97563f697fd70eeb161dbebe24b39e8d2 (diff)
downloadPROJ-d87573cf62b339f22b24595fd05714f1b4e3bda3.tar.gz
PROJ-d87573cf62b339f22b24595fd05714f1b4e3bda3.zip
exportToWKT WKT1_GDAL: export axis by default for GeocentricCRS
Diffstat (limited to 'test/unit/test_crs.cpp')
-rw-r--r--test/unit/test_crs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/test_crs.cpp b/test/unit/test_crs.cpp
index 55df5875..fa64620c 100644
--- a/test/unit/test_crs.cpp
+++ b/test/unit/test_crs.cpp
@@ -1107,6 +1107,9 @@ TEST(crs, geocentricCRS_as_WKT1_GDAL) {
" AUTHORITY[\"EPSG\",\"8901\"]],\n"
" UNIT[\"metre\",1,\n"
" AUTHORITY[\"EPSG\",\"9001\"]],\n"
+ " AXIS[\"Geocentric X\",OTHER],\n"
+ " AXIS[\"Geocentric Y\",OTHER],\n"
+ " AXIS[\"Geocentric Z\",NORTH],\n"
" AUTHORITY[\"EPSG\",\"4328\"]]");
}