Skip to content

Commit

Permalink
Merge pull request #3658 from osmandapp/Fix_absent_split_intervals
Browse files Browse the repository at this point in the history
Fix absent split intervals for 2D tracks
  • Loading branch information
alex-osm authored May 1, 2024
2 parents 4cbcfb9 + 7beceda commit 1564a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Controllers/Map/Layers/OAGPXLayer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ - (void)processSplitLabels:(OAGPX *)gpx doc:(const std::shared_ptr<const OsmAnd:
splitElevation = elevationMetersDefault;
break;
default:
splitElevation = NAN;
break;
}

Expand Down

0 comments on commit 1564a58

Please sign in to comment.