From ece151aed1b4bf2634de5759f37fd7bc005e8313 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 6 Jul 2019 17:06:23 +0200 Subject: CRS JSON: export GeographicCRS and Projected CRS --- test/unit/test_datum.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/unit/test_datum.cpp') diff --git a/test/unit/test_datum.cpp b/test/unit/test_datum.cpp index 121b7c88..cf2e2f3a 100644 --- a/test/unit/test_datum.cpp +++ b/test/unit/test_datum.cpp @@ -217,11 +217,7 @@ TEST(datum, prime_meridian_to_JSON) { " \"unit\": {\n" " \"type\": \"AngularUnit\",\n" " \"name\": \"degree\",\n" - " \"conversion_factor\": 0.0174532925199433,\n" - " \"id\": {\n" - " \"authority\": \"EPSG\",\n" - " \"code\": 9122\n" - " }\n" + " \"conversion_factor\": 0.0174532925199433\n" " }\n" " },\n" " \"id\": {\n" -- cgit v1.2.3