I'm trying to work out how to calculate the length of a line to only 2 decimal places in QGIS. When I use the field calculator to create a new field, it doesn't matter what changes I make to the field type, field width or precision, I continually get the length to 13 decimal place.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
In the latest dev QGIS version there is a new round function which you can use to control the number of decimal places:
Result: 1.10228762876525 -> 1.102 |
|||
|
You need to save the file, before the changes to precision are fully displayed. |
|||||
|
