mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Fix text case
This commit is contained in:
parent
1a5cd7cd49
commit
5153462e4e
@ -2,7 +2,7 @@
|
||||
"name": "roundness",
|
||||
"type": "function",
|
||||
"groups": ["GeometryGroup"],
|
||||
"description": "Calculates how close a polygon shape is to a circle. The function Returns 1 when the polygon shape is a perfect circle and 0 when it is completely flat.",
|
||||
"description": "Calculates how close a polygon shape is to a circle. The function returns 1 when the polygon shape is a perfect circle and 0 when it is completely flat.",
|
||||
"arguments": [{
|
||||
"arg": "geometry",
|
||||
"description": "a polygon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user