Skip to content

Commit 7c68ac9

Browse files
committed
spellcheck
1 parent 8d0c977 commit 7c68ac9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/field/mobile-app-ui/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Tapping the GPS accuracy button opens the GPS info panel:
109109
- **X, Y**: current position in the project's coordinate reference system
110110
- **Horizontal** and **Vertical accuracy** of the GPS position
111111
- **Altitude**: orthometric height
112-
- for internal GPS, it is calculated from the ellipsoidal height using the EGM96 geoid model by adding the geoid height (undulation)
112+
- for internal GPS, it is calculated from the ellipsoidal height using the <NoSpellcheck id="EGM96" /> geoid model by adding the geoid height (undulation)
113113
- for [external GPS](../external_gps/), it is the orthometric height as reported by the external GPS
114114
- **Satellites (in use/view)**: number of satellites
115115
- **Speed**
116116
- **Last fix**: time of the last received GPS position
117117
- **GPS antenna height** that can be set in [GPS settings](#gps-settings)
118118
- **Geoid separation**: geoid height (undulation)
119-
- calculated from the EGM96 geoid model for internal GPS receivers
119+
- calculated from the <NoSpellcheck id="EGM96" /> geoid model for internal GPS receivers
120120
- as reported by the [external GPS](../external_gps/)
121121

122122
### Sync

src/layer/variables/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Following variables are supported:
4545
- `@position_longitude` - Longitude
4646
- `@position_altitude` - Orthometric or normal height
4747
- `@position_altitude_ellipsoidal` - Ellipsoidal height
48-
- `@position_geoid_separation` - Geoid or quasigeoid height (undulation)
48+
- `@position_geoid_separation` - Geoid or quasi-geoid height (undulation)
4949
- `@position_direction` - The bearing measured in degrees clockwise from true north to the direction of travel.
5050
- `@position_ground_speed` - The ground speed, in meters/sec.
5151
- `@position_vertical_speed` - The vertical speed, in meters/sec.

0 commit comments

Comments
 (0)