-
I use QField to document landscape features. In many cases the azimuthal angle (alternatively the bearing) is of relevance. I will use the term DIRECTION in my question to refer to the angle with respect to the north (From 0 to 359). The term ORIENTATION is most commonly used for Vertical vs. Horizontal image "format". I have been searching a lot and reading whatever I could find on this, but I am unable to find a concrete answer to the issue (at least at my knowledge level). Among the things that I have read are:
However, I am uncertain if the GPS Orientation (whatever that means) will return the DIRECTION of say the picture/camera is pointo towards. Also, I can make little out of this code. I need to know how I would call this into an attribute on a layer.
If it turns out that the solution is already there and it is just my lack of knowledge what is preventing me from solving this, I have the feeling that this is a quite common "nice to have" and would be much welcomed to have it clearly treated in the QFIELD Documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@ranleu , you came pretty close to the answer by yourself :) you can use the @position_orientation (or @gnss_orientation when not locked into the gnss device's position during ditiziting) in a default value expression to retrieve that value while digitizing. It should be added to the documentation here (https://docs.qfield.org/how-to/gnss/#positioning-variables). |
Beta Was this translation helpful? Give feedback.
@ranleu , correct.