[Liblas-commits] hg: typo for #227
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Jun 21 10:57:38 EDT 2011
details: http://hg.liblas.orghg/rev/32f270ddfd32
changeset: 2964:32f270ddfd32
user: Howard Butler <hobu.inc at gmail.com>
date: Tue Jun 21 09:57:33 2011 -0500
description:
typo for #227
diffstat:
src/spatialreference.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 17416f74dd67 -r 32f270ddfd32 src/spatialreference.cpp
--- a/src/spatialreference.cpp Tue Jun 21 09:57:02 2011 -0500
+++ b/src/spatialreference.cpp Tue Jun 21 09:57:33 2011 -0500
@@ -125,8 +125,8 @@
{
#ifdef HAVE_GDAL
- OGRSpatialReferenceH current = OSRNewSpatialReference(getWKT(eCompoundOK, false).c_str());
- OGRSpatialReferenceH other = OSRNewSpatialReference(input.getWKT(eCompoundOK, false).c_str());
+ OGRSpatialReferenceH current = OSRNewSpatialReference(GetWKT(eCompoundOK, false).c_str());
+ OGRSpatialReferenceH other = OSRNewSpatialReference(input.GetWKT(eCompoundOK, false).c_str());
int output = OSRIsSame(current, other);
More information about the Liblas-commits
mailing list