3c17df65 by Michael B. Mathews

Updated CG build issues

1 parent 535820a5
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
4 xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" 4 xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" 6 xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
7 identity="ShapeArcBand.xid.xml"> 7 identity="ShapePolygon.xid.xml">
8 <title>Arc and Arcband shapes 2D and 3D</title> 8 <title>2D and 3D Polygon definitions.</title>
9 9
10 <import ref="https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml" local="ShapeCommon.xid.xml" /> 10 <import ref="https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml" local="ShapeCommon.xid.xml" />
11 11
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 21
22 <array name="PointInt32" type="Tensor.int32" size="2"> 22 <array name="PointInt32" type="Tensor.int32" size="2">
23 <comment>Point (x,y) value with Int32 ordinals.</comment> 23 <comment>Point (x,y) value with Int32 ordinals.</comment>
24 </array> /> 24 </array>
25 25
26 <array name="PointInt32Array" type="PointInt32"> 26 <array name="PointInt32Array" type="PointInt32">
27 <comment>Array of PointInt32 values.</comment> 27 <comment>Array of PointInt32 values.</comment>
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
33 </comment> 33 </comment>
34 34
35 <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="1"> 35 <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="1">
36 <comment>Defines the units of the polgyon points. By default, thease are in units of microdegrees 36 <comment>
37 Defines the units of the polgyon points. By default, thease are in units of microdegrees
37 (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where 38 (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where
38 it is defined on the globe. For higher resolution, use meters or millimeters, 39 it is defined on the globe. For higher resolution, use meters or millimeters,
39 which defines the polygon a local cartesian reference frame. 40 which defines the polygon a local cartesian reference frame.
...@@ -75,7 +76,6 @@ ...@@ -75,7 +76,6 @@
75 relative to the altitude. 76 relative to the altitude.
76 </comment> 77 </comment>
77 </elem> 78 </elem>
78
79 </struct> 79 </struct>
80 80
81 81
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!