Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
4f8d20e1
Commit
4f8d20e1
authored
Jan 17, 2023
by
Thibaut ROMAIN
Browse files
QA: fix detection of otb version in release notes and fix a spelling error in a warning log
parent
a14d080b
Pipeline
#12250
passed with stage
in 26 minutes and 45 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/IO/IOGDAL/src/otbDEMHandler.cxx
View file @
4f8d20e1
...
...
@@ -426,7 +426,7 @@ void DEMHandler::RegisterConfigurationInHandler(DEMHandlerTLS & tls) const
if
(
!
m_DatasetList
.
empty
())
{
if
(
!
tls
.
OpenDEMVRTFile
())
{
otbLogMacro
(
Warning
,
<<
"An unexpected situation has occured: trying to open a VRT created from incompatible DEM files"
);
otbLogMacro
(
Warning
,
<<
"An unexpected situation has occur
r
ed: trying to open a VRT created from incompatible DEM files"
);
assert
(
false
);
// The following should not be necessary. In the impossible case
// the VRT file could not be opened, we just clear everything in
...
...
RELEASE_NOTES.txt
View file @
4f8d20e1
OTB-v8.1.1 - Changes since version 8.1.0 (January 13th, 2023)
OTB-v
8.1.1 - Changes since version 8.1.0 (January 13th, 2023)
Bugs fixed:
* !933: Improve DEMHandler performances which fixes #2307 Spatial shifting with Orthorectifcation of Sentinel 1 products by Luc Hermitte
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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