diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-07-06 17:06:23 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-07-08 00:05:00 +0200 |
| commit | ece151aed1b4bf2634de5759f37fd7bc005e8313 (patch) | |
| tree | 8e2e38daaffc878cc3ba673857e66274555e3dcc /test/unit/test_datum.cpp | |
| parent | 17f0b0b3bc65ffba39bf6f22a12b2cc7fcb9bafd (diff) | |
| download | PROJ-ece151aed1b4bf2634de5759f37fd7bc005e8313.tar.gz PROJ-ece151aed1b4bf2634de5759f37fd7bc005e8313.zip | |
CRS JSON: export GeographicCRS and Projected CRS
Diffstat (limited to 'test/unit/test_datum.cpp')
| -rw-r--r-- | test/unit/test_datum.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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" |
