Skip to content
Snippets Groups Projects
Commit b26ac6c2 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 38d46ef9
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ void SensorModelAdapter::InverseTransformPoint(double lon, double lat, double h,
if (this->m_UseDEM)
{
double height = this->m_DEMHandler->GetHeightAboveMSL(lon, lat);
// If the DEM handler cannot give the height for the (lon,lat) point,
// If the DEM handler cannot give the height for the (lon, lat) point,
// either because the tile is not available or the value in the tile are all -32768,
// it will return ossim::nan()
ossimGPoint.height(height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment