Skip to content
Snippets Groups Projects
Commit 42d17584 authored by leprob001's avatar leprob001
Browse files

The topographical lines can now be set in the artoa.ini at the defaults section.

parent f515216e
No related branches found
No related tags found
No related merge requests found
278
\ No newline at end of file
279
\ No newline at end of file
......@@ -56,6 +56,7 @@
-pressure 9999
-temperature 9999
-toa 9999
-topographical_lines -4000 -3000 -2000
[offsetvariations]
1 1
......
......@@ -36,7 +36,7 @@ if ~isfield(artoaWorkspace, 'trajectoryOutput')
artoaWorkspace.trajectoryOutput = struct();
artoaWorkspace.trajectoryOutput.updateTrackParameterWindow = false;
artoaWorkspace.trajectoryOutput.showPositionDates = true;
artoaWorkspace.trajectoryOutput.topographicalLines = artoaConfig.defaults.topographicalLines;
artoaWorkspace.trajectoryOutput.topographicalLines = artoaConfig.defaults.topographical_lines';
artoaWorkspace.trajectoryOutput.enableMercatorProjection = false;
artoaWorkspace.trajectoryOutput.syncZoomToaWindow = true;
artoaWorkspace.trajectoryOutput.enableTrueDistance = false;
......
......@@ -29,11 +29,6 @@ artoaConfig.defaults.soundvelocityToCopy = { ...
'Optimum' ...
};
artoaConfig.defaults.pickPointMarkerSize = 80;
artoaConfig.defaults.topographicalLines = { ...
-1000; ...
-2000; ...
-3000 ...
};
end
......
......@@ -55,7 +55,7 @@ leftSidebarWidth = .2;
leftSidebarLeft = .015;
%% Setup axes
if ~artoa.data.hasMember(artoaWorkspace, {'trajectoryOutput', 'enableMercatorProjection'})
if ~artoa.data.hasMember(artoaWorkspace, 'trajectoryOutput', 'enableMercatorProjection')
artoaWorkspace.trajectoryOutput.enableMercatorProjection = false;
end
artoa.controller.track.trajectoryOutput.setupTrajectoryAxes( ...
......
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