Skip to content

Commit 3f44437

Browse files
committed
add ios mock location variables
1 parent f3e37d5 commit 3f44437

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gis/elevations/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The functionality is the same as described above in [External provider - Bluetoo
7575

7676
## External provider - Mock location
7777

78-
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.
78+
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. Some [position variables](../../layer/variables/#position-variables) may not be available.
7979

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

9494
**Position variables**:
95-
- :warning: When using the mock location, iOS only sends a minimal subset of available GPS data, namely the coordinates X, Y, and elevation. Other [position variables](../../layer/variables/#position-variables) may not be available.
96-
- :no_entry_sign: *orthometric elevation*, *ellipsoidal elevation* and *geoid separation* values are **not** available
95+
- :white_check_mark: *orthometric elevation* is available and can be stored using [position variables](../../layer/variables/#position-variables)
96+
- :no_entry_sign: *ellipsoidal elevation* and *geoid separation* values are **not** available
9797

9898
**Custom geoid**:
9999
- :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.

0 commit comments

Comments
 (0)