Commit e12ca8f9 authored by Kaj Williams's avatar Kaj Williams
Browse files

Fixed default behavior with points outside of range. Ref #2258

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7787 41f8697f-d340-4b68-9986-7bafba869bb8
parent 29d29651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ QList<PvlGroup*> getCameraPointInfo(const UserInterface &ui,
  // Setup our parameters from ui and variables
  QList<PvlGroup*> cameraPoints;
  bool usePointList = ui.WasEntered("COORDLIST");
  bool allowOutside = ui.WasEntered("ALLOWOUTSIDE");
  bool allowOutside = ui.GetBoolean("ALLOWOUTSIDE");
  QString type;
  if (ui.WasEntered("COORDLIST")) {
    type = ui.GetString("COORDTYPE");
+6 −0
Original line number Diff line number Diff line
@@ -211,6 +211,12 @@ End_Group
      and now allow a developer to control the order in which fields are output in both PVL and
      CSV format.  References #476, #4100.
    </change>
    <change name="Kaj Williams" date="2017-06-13">      
      Resolved issue where the default value for the "allowoutside" parameter was supposed 
      to be set to "true", but the default _behavior_ of campt was instead consistent with a 
      setting of "false". In addition, corrected behavior where 
      manually setting "allowoutside" to "false" was ignored. Ref # 2258.
    </change>
  </history>

  <oldName>