Skip to content

Commit fbf1ae9

Browse files
committed
review
1 parent 5c941e3 commit fbf1ae9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/gis/elevations/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,24 @@ The functionality is the same as described above in [External provider - Bluetoo
7777
Mock location should be only used if you are unable to connect the external GPS directly in the <MobileAppNameShort />. Because of system limitations, both Android and iOS send only a subset of available data.
7878

7979
### Android
80-
If there is no [user-defined transformation](#using-custom-geoid), the <MobileAppNameShort /> uses data reported by the GPS provider as-is.
80+
If there is no [user-defined transformation](#using-custom-geoid) (custom geoid), the <MobileAppNameShort /> uses data reported by the GPS provider as-is.
8181

8282
**Position variables**:
8383
- :white_check_mark: orthometric elevation is available,
8484
- :no_entry_sign: ellipsoidal elevation and :no_entry_sign: geoid separation values are **not** available and **can not** be stored using [position variables](../../layer/variables/#position-variables).
8585

86-
**Custom geoid**: :warning: It is possible to use the <QGISPluginNameShort /> to [set up a different geoid model](#using-custom-geoid) and transform the elevation to a different vertical reference system. However, it is necessary to set up **the mock app to report ellipsoidal heights**, otherwise the geoid separation would be applied twice leading to incorrect elevation values.
86+
**Custom geoid**:
87+
- :warning: It is possible to use the <QGISPluginNameShort /> to [set up a different geoid model](#using-custom-geoid) and transform the elevation to a different vertical reference system. However, it is necessary to **set up the mock app to report ellipsoidal heights**, otherwise the geoid separation would be applied twice leading to incorrect elevation values.
88+
- if custom geoid is used, the orthometric elevation, ellipsoidal elevation and geoid separation variables are available
8789

8890
### iOS
89-
The <MobileAppNameShort /> uses data reported by the GPS provider as-is.
91+
If there is no [user-defined transformation](#using-custom-geoid) (custom geoid), the <MobileAppNameShort /> uses data reported by the GPS provider as-is.
9092

9193
**Position variables**: :warning: When using the mock location, iOS only sends a minimal subset of available GPS data, namely the coordinates X, Y, and elevation. It is not possible to obtain or display any other [position variables](../../layer/variables/#position-variables), including accuracy.
9294

93-
**Custom geoid**: :no_entry_sign: It is not possible to use custom geoid model.
95+
**Custom geoid**:
96+
- :warning: It is possible to use the <QGISPluginNameShort /> to [set up a different geoid model](#using-custom-geoid) and transform the elevation to a different vertical reference system. However, it is necessary to **set up the mock app to report ellipsoidal heights**, otherwise the geoid separation would be applied twice leading to incorrect elevation values.
97+
- if custom geoid is used, the orthometric elevation, ellipsoidal elevation and geoid separation variables are available
9498

9599
## Using custom geoid
96100

src/layer/variables/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Following variables are supported:
4444
- `@position_latitude` - Latitude
4545
- `@position_longitude` - Longitude
4646
- `@position_elevation` - Orthometric or normal height. *May not be available for some providers, see [Elevations](../../gis/elevations/) for more detail.*
47-
- `position_altitude`- has been replaced by `@position_elevation`. It is still supported and returns the same values as `@position_elevation`.
47+
- `@position_altitude`- has been replaced by `@position_elevation`. It is still supported and returns the same values as `@position_elevation`.
4848
- `@position_elevation_ellipsoid` - Ellipsoidal height. *May not be available for some providers, see [Elevations](../../gis/elevations/) for more detail.*
4949
- `@position_geoid_separation` - Geoid or quasi-geoid height (undulation). *May not be available for some providers, see [Elevations](../../gis/elevations/) for more detail.*
5050
- `@position_direction` - The bearing measured in degrees clockwise from true north to the direction of travel.

0 commit comments

Comments
 (0)