Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
a5fdbea9
Commit
a5fdbea9
authored
Nov 12, 2013
by
Julien Malik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: follow up on fixing
#806
. set it back to default in case choice change in gui
parent
054a9f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Applications/Projections/otbOrthoRectification.cxx
Applications/Projections/otbOrthoRectification.cxx
+4
-1
No files found.
Applications/Projections/otbOrthoRectification.cxx
View file @
a5fdbea9
...
...
@@ -586,8 +586,11 @@ private:
double
optimalSpacing
=
std
::
min
(
vcl_abs
(
xgridspacing
),
vcl_abs
(
ygridspacing
)
);
otbAppLogINFO
(
"Setting grid spacing to "
<<
optimalSpacing
);
SetParameterFloat
(
"opt.gridspacing"
,
optimalSpacing
);
}
else
// if (m_OutputProjectionRef == otb::GeoInformationConversion::ToWKT(4326))
{
SetParameterFloat
(
"opt.gridspacing"
,
DefaultGridSpacingMeter
);
}
// if (m_OutputProjectionRef == otb::GeoInformationConversion::ToWKT(4326))
}
// if (!HasUserValue("opt.gridspacing"))
}
// if (HasValue("io.in"))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment