aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-23 19:03:23 +0200
committerGitHub <noreply@github.com>2020-10-23 19:03:23 +0200
commit2dabb14ec8b33c57b87b1c2c4c7112e385824d12 (patch)
treecd8d3b6c7f3447a4febd521a3e78f460be18eb16 /include
parent30e0b09275d6803539a80762e90b6e7ca2751c26 (diff)
parente30be68ce18c9f41cf7b47bef0931441bab75c97 (diff)
downloadPROJ-2dabb14ec8b33c57b87b1c2c4c7112e385824d12.tar.gz
PROJ-2dabb14ec8b33c57b87b1c2c4c7112e385824d12.zip
Merge pull request #2392 from rouault/fi_nls_tins
Database (and tweaks in core): Add Finland tinshift operations
Diffstat (limited to 'include')
-rw-r--r--include/proj/internal/coordinateoperation_internal.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/internal/coordinateoperation_internal.hpp b/include/proj/internal/coordinateoperation_internal.hpp
index 69f30933..322d71b7 100644
--- a/include/proj/internal/coordinateoperation_internal.hpp
+++ b/include/proj/internal/coordinateoperation_internal.hpp
@@ -275,6 +275,7 @@ class PROJBasedOperation : public SingleOperation {
create(const util::PropertyMap &properties,
const io::IPROJStringExportableNNPtr &projExportable, bool inverse,
const crs::CRSNNPtr &sourceCRS, const crs::CRSNNPtr &targetCRS,
+ const crs::CRSPtr &interpolationCRS,
const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies,
bool hasRoughTransformation);