Commit e441ac0f authored by Don Gagne's avatar Don Gagne

Fix crash when not using terrain

parent 5d26256c
......@@ -411,7 +411,6 @@ void TransectStyleComplexItem::_adjustTransectPointsForTerrain(void)
qDebug() << _transectPoints.count() << _transectsPathHeightInfo.count();
for (int i=0; i<_transectPoints.count() - 1; i++) {
qDebug() << _transectsPathHeightInfo[i].heights.count();
QGeoCoordinate transectPoint = _transectPoints[i].value<QGeoCoordinate>();
bool surveyEdgeIndicator = transectPoint.altitude() == _surveyEdgeIndicator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment