GNSS bundle - Elevations, transformations, providers#727
GNSS bundle - Elevations, transformations, providers#727
Conversation
e69ff61 to
562d0aa
Compare
src/gis/elevations/index.md
Outdated
|
|
||
| ## Using custom geoid | ||
|
|
||
| The geoid model can be specified in [<MainPlatformName /> Project Properties](../../manage/plugin/#mergin-maps-project-properties) in QGIS. The grid shift file then needs to be packages with the project. |
There was a problem hiding this comment.
| The geoid model can be specified in [<MainPlatformName /> Project Properties](../../manage/plugin/#mergin-maps-project-properties) in QGIS. The grid shift file then needs to be packages with the project. | |
| The geoid model can be specified in [<MainPlatformName /> Project Properties](../../manage/plugin/#mergin-maps-project-properties) in QGIS. The grid shift file then needs to be packaged with the project. |
I believe we agreed during designing that QGIS plugin will package the grid file behind the scenes, users will just specify which CRS they want to use.
There was a problem hiding this comment.
Good point, I rephrased it a bit - and this section will be rewritten to include the setup in plugin so we will go through it again :)
| - `@position_elevation_ellipsoid` - Ellipsoidal height | ||
| - `@position_geoid_separation` - Geoid or quasi-geoid height (undulation) | ||
| - `@position_longitude` - Longitude | ||
| - `@position_elevation` - Orthometric or normal height. *May not be available for some providers, see [Elevations](../../gis/elevations/) for more detail.* |
There was a problem hiding this comment.
@position_altitude is still supported with the same value as @position_elevation
src/layer/variables/index.md
Outdated
| - for internal GPS, returns "<NoSpellcheck id="devicegps" />" | ||
| - for external GPS, returns the MAC address | ||
| - for [external GPS](../../field/external_gps/), returns the MAC address | ||
| - for [external GPS](../../field/external_gps/) if mock location is detected, returns "External (Mock)" |
There was a problem hiding this comment.
this line should be under @position_provider_name
src/layer/variables/index.md
Outdated
| - for external GPS, returns the name of the external device | ||
| - for [external GPS](../../field/external_gps/), returns the name of the external device | ||
| - `@position_provider_address` - GPS device address. | ||
| - for internal GPS, returns "<NoSpellcheck id="devicegps" />" |
There was a problem hiding this comment.
can be also android_fused & android_gps
src/layer/variables/index.md
Outdated
| - for external GPS, returns "external" | ||
| - for [external GPS](../../field/external_gps/), returns "external" | ||
| - `@position_provider_name` - GPS device name. | ||
| - for internal GPS, returns "Internal" |
There was a problem hiding this comment.
can be also Internal (fused) & Internal (gps)
|
Thanks @Withalion for the review! I tried to fix most of them. Could you please go over the variables descriptions if it's correct now? Thank you! |
Withalion
left a comment
There was a problem hiding this comment.
The variables description looks alright now!
#701