Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
516caf8b
authored
2019-02-05 08:43:18 -0800
by
Mike Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed use of <= with ≤ to ensure proper compilation.
1 parent
9adf9118
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
GeoSpatial/V1.0/SpatialDefs.xid.xml
GeoSpatial/V1.0/SpatialDefs.xid.xml
View file @
516caf8
...
...
@@ -55,19 +55,19 @@
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.
</comment>
<elem
name=
"latmin"
type=
"Tensor.int32"
multiplicity=
"1"
>
<comment>
Minimum value of the latitude. Valid range is -90,000,000
<
= lat
<
=
90,000,000.
</comment>
<comment>
Minimum value of the latitude. Valid range is -90,000,000
≤
lat
≤
90,000,000.
</comment>
<tag
name=
"unit"
value=
"microdegrees"
/>
</elem>
<elem
name=
"latmax"
type=
"Tensor.int32"
multiplicity=
"1"
>
<comment>
Maximum value of the latitude. Valid range is -90,000,000
<
= lat
<
=
90,000,000.
</comment>
<comment>
Maximum value of the latitude. Valid range is -90,000,000
≤
lat
≤
90,000,000.
</comment>
<tag
name=
"unit"
value=
"microdegrees"
/>
</elem>
<elem
name=
"lonmin"
type=
"Tensor.int32"
multiplicity=
"1"
>
<comment>
Minimum value of the longitude. Valid range is -180,000,000
<
= lat
<
=
180,000,000.
</comment>
<comment>
Minimum value of the longitude. Valid range is -180,000,000
≤
lat
≤
180,000,000.
</comment>
<tag
name=
"unit"
value=
"microdegrees"
/>
</elem>
<elem
name=
"lonmax"
type=
"Tensor.int32"
multiplicity=
"1"
>
<comment>
Maximum value of the longitude. Valid range is -180,000,000
<
= lat
<
=
180,000,000.
</comment>
<comment>
Maximum value of the longitude. Valid range is -180,000,000
≤
lat
≤
180,000,000.
</comment>
<tag
name=
"unit"
value=
"microdegrees"
/>
</elem>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment