mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
improve help of num_geometries function
This commit is contained in:
parent
e607b83d7d
commit
1587150943
@ -8,6 +8,9 @@
|
||||
"description": "geometry collection or multi-part geometry"
|
||||
}],
|
||||
"examples": [{
|
||||
"expression": "num_geometries(@geometry)",
|
||||
"returns": "number of geometries or number of parts of the current feature's geometry"
|
||||
},{
|
||||
"expression": "num_geometries(geom_from_wkt('GEOMETRYCOLLECTION(POINT(0 1), POINT(0 0), POINT(1 0), POINT(1 1))'))",
|
||||
"returns": "4"
|
||||
},{
|
||||
|
Loading…
x
Reference in New Issue
Block a user