GNSS bundle - Elevations, transformations, providers#727
Conversation
e69ff61 to
562d0aa
Compare
|
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!
b63c5c4 to
4a4e739
Compare
|
rebased and:
|
| ## Internal provider (no external device) | ||
|
|
||
| ### Android | ||
| On Android, the [internal (fused)](../../field/mobile-app-ui/#gps-settings) GPS provider is used by default. It reports ellipsoidal heights that <MainPlatformName /> transforms to **orthometric heights using the EGM96 geoid model** by default and displays them in the [GPS info panel](../../field/mobile-app-ui/#current-position-and-gps-info). |
There was a problem hiding this comment.
While technical correct wouldn't the wording here be better to switch it up?
It reports ellipsoidal heights that transforms to orthometric heights using the EGM96 geoid model by default and displays them in the GPS info panel.
"It reports orthometric heights transformed from ellipsoid heights..."
|
|
||
|  | ||
|
|
||
| To make sure that <MainPlatformName /> uses the correct operation, make sure that the datum transformation you want to used is defined in the **Transformations** tab in **Project Properties**. |
There was a problem hiding this comment.
make sure that the datum transformation you want to used is defined in the
missing word?
| - for internal GPS, returns "internal" | ||
| - for external GPS, returns "external" | ||
| - for internal GPS, returns `internal` | ||
| - for [external GPS](../../field/external_gps/), returns `external` |
There was a problem hiding this comment.
If this doc is also including the changes from network provider feature, then this either returns external_ip or external_bt.
| - for internal GPS, returns "<NoSpellcheck id="devicegps" />" | ||
| - for external GPS, returns the MAC address | ||
| - for internal GPS, returns `devicegps`, `android_fused` or `android_gps` | ||
| - for [external GPS](../../field/external_gps/), returns the MAC address |
There was a problem hiding this comment.
continuing from the comment above. This should return MAC address for Bluetooth devices and IP address with port for network devices
fix #701