Skip to content
Snippets Groups Projects
Commit 9e3c0a4e authored by leprob001's avatar leprob001
Browse files

Bugfix, the trajectory axes has been cleared instead of the topographical lines.

parent 47fbe237
No related branches found
No related tags found
No related merge requests found
265
\ No newline at end of file
266
\ No newline at end of file
......@@ -172,6 +172,9 @@ end
%% Plot topographic lines
if artoa.data.hasMember(artoaWorkspace, 'trajectoryOutput', 'showTopographicalLines') ...
& artoaWorkspace.trajectoryOutput.showTopographicalLines
if artoa.data.hasMember(artoaWorkspace, 'trajectoryOutput', 'contourTopographicalLines')
artoa.controller.deleteHandles(artoaGui.trajectoryOutput.contourTopographicalLines);
end
artoaGui.trajectoryOutput.contourTopographicalLines = artoa.controller.track.trajectoryOutput.plotTopographicalLines(artoaGui.trajectoryOutput.axesTrajectoryOutput);
end
......
......@@ -13,9 +13,6 @@ if ~artoa.controller.file.loadEtopoFile( ...
return;
end
%% Clear axes
cla(pAxesHandle);
%% Plot topographical lines
% make handle the current axes
......
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