Commit 0b5ffc1c authored by Cole Neubauer's avatar Cole Neubauer Committed by Makayla Shepherd
Browse files

Updated automos xml to check for max min conflicts Fixes #5148

parent b0dff8ad
Loading
Loading
Loading
Loading
+153 −143
Original line number Diff line number Diff line
@@ -470,6 +470,10 @@
    <change name="Jeannie Backer, Tammy Becker, and Kimberly Oyama" date="2014-04-07">
      Updated user documentation. Fixes #1617. Fixes #1620. References #1623. References #1550.
    </change>
    <change name="Cole Neubauer" date="2017-11-20">
      Added parameter checking to XML MAXLON and MAXLAT to check if they are greater than their
      minimum counterpart. Fixes #5148
    </change>
  </history>

  <groups>
@@ -805,6 +809,9 @@
        <description>
          The maximum latitude value boundary extent for the output mosaic.
        </description>
        <greaterThan>
            <item>MINLAT</item>
        </greaterThan>
      </parameter>
      <parameter name="MINLON">
        <type>double</type>
@@ -819,6 +826,9 @@
        <description>
          The maximum longitude value bounary extent for the output mosaic.
        </description>
        <greaterThan>
            <item>MINLON</item>
        </greaterThan>
      </parameter>
    </group>