Skip to content

Commit

Permalink
Merge branch 'master' into 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Apr 15, 2019
2 parents db32f6f + 182a33a commit 24abcea
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/osgEarth/ElevationPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,17 +454,6 @@ ElevationEnvelope::getElevations(const std::vector<osg::Vec3d>& input,
++count;
}

if (count < input.size())
{
OE_WARN << LC << "Issue: Envelope had failed samples" << std::endl;
for (ElevationPool::QuerySet::const_iterator tile_ref = _tiles.begin(); tile_ref != _tiles.end(); ++tile_ref)
{
ElevationPool::Tile* tile = tile_ref->get();
OE_WARN << LC << " ... tile " << tile->_bounds.toString() << std::endl;
}
OE_WARN << LC << std::endl;
}

return count;
}

Expand Down

0 comments on commit 24abcea

Please sign in to comment.