Fixed use of <= with ≤ to ensure proper compilation.
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -55,19 +55,19 @@ | ... | @@ -55,19 +55,19 @@ |
55 | Units for latitude and longitude are in units of micro degrees (1e-6 degrees) providing for about 11 cm resolution near the equator. Altitude units are in millimeters. | 55 | Units for latitude and longitude are in units of micro degrees (1e-6 degrees) providing for about 11 cm resolution near the equator. Altitude units are in millimeters. |
56 | </comment> | 56 | </comment> |
57 | <elem name="latmin" type="Tensor.int32" multiplicity="1" > | 57 | <elem name="latmin" type="Tensor.int32" multiplicity="1" > |
58 | <comment>Minimum value of the latitude. Valid range is -90,000,000 <= lat <= 90,000,000. </comment> | 58 | <comment>Minimum value of the latitude. Valid range is -90,000,000 ≤ lat ≤ 90,000,000. </comment> |
59 | <tag name="unit" value="microdegrees"/> | 59 | <tag name="unit" value="microdegrees"/> |
60 | </elem> | 60 | </elem> |
61 | <elem name="latmax" type="Tensor.int32" multiplicity="1" > | 61 | <elem name="latmax" type="Tensor.int32" multiplicity="1" > |
62 | <comment>Maximum value of the latitude. Valid range is -90,000,000 <= lat <= 90,000,000.</comment> | 62 | <comment>Maximum value of the latitude. Valid range is -90,000,000 ≤ lat ≤ 90,000,000.</comment> |
63 | <tag name="unit" value="microdegrees"/> | 63 | <tag name="unit" value="microdegrees"/> |
64 | </elem> | 64 | </elem> |
65 | <elem name="lonmin" type="Tensor.int32" multiplicity="1" > | 65 | <elem name="lonmin" type="Tensor.int32" multiplicity="1" > |
66 | <comment>Minimum value of the longitude. Valid range is -180,000,000 <= lat <= 180,000,000.</comment> | 66 | <comment>Minimum value of the longitude. Valid range is -180,000,000 ≤ lat ≤ 180,000,000.</comment> |
67 | <tag name="unit" value="microdegrees"/> | 67 | <tag name="unit" value="microdegrees"/> |
68 | </elem> | 68 | </elem> |
69 | <elem name="lonmax" type="Tensor.int32" multiplicity="1" > | 69 | <elem name="lonmax" type="Tensor.int32" multiplicity="1" > |
70 | <comment>Maximum value of the longitude. Valid range is -180,000,000 <= lat <= 180,000,000.</comment> | 70 | <comment>Maximum value of the longitude. Valid range is -180,000,000 ≤ lat ≤ 180,000,000.</comment> |
71 | <tag name="unit" value="microdegrees"/> | 71 | <tag name="unit" value="microdegrees"/> |
72 | </elem> | 72 | </elem> |
73 | 73 | ... | ... |
-
Please register or sign in to post a comment