diff options
Diffstat (limited to 'src/iso19111/crs.cpp')
| -rw-r--r-- | src/iso19111/crs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp index f16ed7cf..26725e24 100644 --- a/src/iso19111/crs.cpp +++ b/src/iso19111/crs.cpp @@ -993,7 +993,8 @@ bool SingleCRS::baseIsEquivalentTo( // TODO test DatumEnsemble return d->coordinateSystem->_isEquivalentTo( - otherSingleCRS->d->coordinateSystem.get(), criterion); + otherSingleCRS->d->coordinateSystem.get(), criterion) && + getExtensionProj4() == otherSingleCRS->getExtensionProj4(); } // --------------------------------------------------------------------------- |
