diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-05 15:40:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 17:31:50 +0200 |
| commit | 3ed9a613d8da9874f45d2a069686f1fa38c72ad9 (patch) | |
| tree | 2df45cfe2b17d02f0e8b7c3a7c7ccb42b56616f6 /src/4D_api.cpp | |
| parent | 2cfdd6f7fc683517a62147feace1b98b3f587abc (diff) | |
| download | PROJ-3ed9a613d8da9874f45d2a069686f1fa38c72ad9.tar.gz PROJ-3ed9a613d8da9874f45d2a069686f1fa38c72ad9.zip | |
Database: use extended description for extent/area of use, as done by epsg.org WKT export
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 75fa6d04..d7fe13e1 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -1233,7 +1233,7 @@ std::vector<CoordOperation> pj_create_prepared_operations(PJ_CONTEXT *ctx, &west_lon, &south_lat, &east_lon, &north_lat, &areaName) ) { const bool isOffshore = - areaName && strstr(areaName, "offshore"); + areaName && strstr(areaName, "- offshore"); if( west_lon <= east_lon ) { op = add_coord_op_to_list(i, op, |
