Commit e7599c84 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

REFERENCE_HEIGHT is a range (an array of length 2) instead of single number

parent 12b599f1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -231,7 +231,12 @@
       },
       "REFERENCE_HEIGHT": {
           "description": "Used for determining the intersection of the look vector with the ellipsoid",
           "type": "number"
           "type": "array",
           "items":  {
              "type": "number",
              "minItems": 2,
              "maxItems": 2
           }
       },
      "INTERPOLATION_METHOD": {
           "description": "The type of interpolation method to use.",