Updated Obstacle (markdown) authored by Sven Schwyn's avatar Sven Schwyn
...@@ -28,7 +28,7 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w ...@@ -28,7 +28,7 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w
<codeHgtAccuracy>Y</codeHgtAccuracy> <codeHgtAccuracy>Y</codeHgtAccuracy>
<uomDistVer>M</uomDistVer> <uomDistVer>M</uomDistVer>
<valRadius>200</valRadius> <valRadius>200</valRadius>
<codeRadiusAccuracy>N</codeRadiusAccuracy> <valRadiusAccuracy>10</valRadiusAccuracy>
<uomRadius>M</uomRadius> <uomRadius>M</uomRadius>
<codeGroupId>3d3b794b-590e-42dd-abad-3e943f75ab0d</codeGroupId> <codeGroupId>3d3b794b-590e-42dd-abad-3e943f75ab0d</codeGroupId>
<txtGroupName>Longwave antenna masts</txtGroupName> <txtGroupName>Longwave antenna masts</txtGroupName>
...@@ -52,7 +52,7 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w ...@@ -52,7 +52,7 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w
<codeHgtAccuracy>Y</codeHgtAccuracy> <codeHgtAccuracy>Y</codeHgtAccuracy>
<uomDistVer>M</uomDistVer> <uomDistVer>M</uomDistVer>
<valRadius>200</valRadius> <valRadius>200</valRadius>
<codeRadiusAccuracy>N</codeRadiusAccuracy> <valRadiusAccuracy>10</valRadiusAccuracy>
<uomRadius>M</uomRadius> <uomRadius>M</uomRadius>
<codeGroupId>3d3b794b-590e-42dd-abad-3e943f75ab0d</codeGroupId> <codeGroupId>3d3b794b-590e-42dd-abad-3e943f75ab0d</codeGroupId>
<txtGroupName>Longwave antenna masts</txtGroupName> <txtGroupName>Longwave antenna masts</txtGroupName>
...@@ -83,8 +83,8 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w ...@@ -83,8 +83,8 @@ To define groups of obstacles, you must generate a [UUID version 4](https://en.w
* `codeHgtAccuracy` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)`Y` (yes, height is exact) *or* `N` (no, height is estimated) * `codeHgtAccuracy` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)`Y` (yes, height is exact) *or* `N` (no, height is estimated)
* `uomDistVer` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) – Unit of `valElev`, `valElevAccuracy` and `valHgt`: `FT` (feet) *or* `M` (meters) * `uomDistVer` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) – Unit of `valElev`, `valElevAccuracy` and `valHgt`: `FT` (feet) *or* `M` (meters)
* `valRadius` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Radius around the obstacle location which completely covers the obstacle in any possible orientation * `valRadius` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Radius around the obstacle location which completely covers the obstacle in any possible orientation
* `codeRadiusAccuracy` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)`Y` (yes, radius is exact) *or* `N` (no, radius is estimated) * `valRadiusAccuracy` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)Radius margin of error
* `uomRadius` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Unit of `valRadius`: `FT` (feet) *or* `M` (meters) * `uomRadius` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Unit of `valRadius` and `valRadiusAccuracy`: `FT` (feet) *or* `M` (meters)
* `codeGroupId` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)[UUID version 4](https://en.wikipedia.org/wiki/Universally_unique_identifier) of the obstacle group (must be identical on all group members) *or* empty for individual obstacles * `codeGroupId` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)[UUID version 4](https://en.wikipedia.org/wiki/Universally_unique_identifier) of the obstacle group (must be identical on all group members) *or* empty for individual obstacles
* `txtGroupName` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Name or short description of the obstacle group * `txtGroupName` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Name or short description of the obstacle group
* `ObsUidLink` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)`ObsUid` of another `Obs` this obstacle is physically linked with * `ObsUidLink` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg)`ObsUid` of another `Obs` this obstacle is physically linked with
... ...
......