diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-08-26 18:12:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-08-26 18:12:38 +0200 |
| commit | 78302efb70eb4b49610cda6a60bf9ce39b82264f (patch) | |
| tree | 1af45e6a740795b096d8ffd1a2cd5bf989884fe1 /include | |
| parent | 4d972f5d93857437c1b1b4912cc803df27f45a26 (diff) | |
| download | PROJ-78302efb70eb4b49610cda6a60bf9ce39b82264f.tar.gz PROJ-78302efb70eb4b49610cda6a60bf9ce39b82264f.zip | |
createOperations(): fix pipeline generation when a CRS has terms like +datum=NAD27 and +over, where the datum was just replaced by its ellipsoid
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 9c99fc0e..5b1a8588 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -432,8 +432,8 @@ class PROJ_GCC_DLL PROJStringFormatter { PROJ_INTERNAL void popOmitZUnitConversion(); PROJ_INTERNAL bool omitZUnitConversion() const; - PROJ_INTERNAL void setDropEarlyBindingsTerms(bool drop); - PROJ_INTERNAL bool getDropEarlyBindingsTerms() const; + PROJ_INTERNAL void setLegacyCRSToCRSContext(bool legacyContext); + PROJ_INTERNAL bool getLegacyCRSToCRSContext() const; PROJ_INTERNAL const DatabaseContextPtr &databaseContext() const; |
