Is there a way to change the number of shown decimal places for the coordinates in the Vertex Editor of QGIS 3.x?
So instead of displaying 9.4324, I want to have it to show me 9.4323669648.
Is there a way to change the number of shown decimal places for the coordinates in the Vertex Editor of QGIS 3.x?
So instead of displaying 9.4324, I want to have it to show me 9.4323669648.
The number of digits shown in Vertex Tool is tied to the value in your project settings:
Menu Project->Properites
General tab -> Coordinate and Bearing Display
Set Coordinate precision to Manual and input the number of decimal places you would like to be shown:
In this case I set it to 7 digits, and that is what I now see in Vertex Tool:
Note 1: you need to close and reopen Vertex Tool to view the change
Note 2: Not sure about the reasons why you need such an extreme number of decimal places, however consider this XKCD as a serious reference about the reasonable number of decimal places to adopt ;) :
Also, I don't agree on your number of digits and meaning. For example, calculating the line length of 0.0001 degrees E/W yields 7.169 meters (WGS 84, 'LINESTRING (2 50, 2.0001 50)' ). This will of course vary depending on position.
For that reason we're using 7 decimal places in our case.
For a projected coordinate system, 3 decimals is more than enough in most cases.
– Oyvind Jan 06 '22 at 09:01