mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Remove obsolete help files
Add missing group help files
This commit is contained in:
parent
bfc0925bbf
commit
9c631e7d96
@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "$atlasfeature",
|
||||
"type": "function",
|
||||
"description": "In atlas generation, returns the current feature that is iterated over on the coverage layer. This can be used with the 'attribute' function to return attribute values from the current atlas feature.",
|
||||
"examples": [ { "expression":"attribute( $atlasfeature, 'name' )", "returns":"value stored in 'name' attribute for the current atlas feature"}]
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "$atlasfeatureid",
|
||||
"type": "function",
|
||||
"description": "Returns the feature id of the current row while using atlas. This enables you to use features of atlas in rules and for example show or hide features based on their id.",
|
||||
"examples": [ { "expression":"$atlasfeatureid = $id", "returns":"true"}]
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "$atlasgeometry",
|
||||
"type": "function",
|
||||
"description": "Returns the geometry of the current feature iterated in atlas. Can be used for rule based display of geometry when using atlas. For example to only show geometries of other layers when their geometry intersects the iterated geometry of features using atlas.",
|
||||
"examples": [ { "expression":"intersects( $atlasgeometry, $geometry )", "returns":"true"}]
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "$feature",
|
||||
"type": "function",
|
||||
"description": "In atlas generation, returns the current feature number that is iterated over on the coverage layer.",
|
||||
"examples": [ { "expression":"$feature", "returns":"2"}
|
||||
]
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "$numfeatures",
|
||||
"type": "function",
|
||||
"description": "In atlas generation, returns the total number of features within the coverage layer.",
|
||||
"examples": [
|
||||
{ "expression":"$numfeatures", "returns":"42"}
|
||||
]
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "$numpages",
|
||||
"type": "function",
|
||||
"description": "Returns the total number of pages in the composition.",
|
||||
"examples": [ { "expression":"$numpages", "returns":"42"}
|
||||
]
|
||||
}
|
5
resources/function_help/json/Form
Normal file
5
resources/function_help/json/Form
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Form",
|
||||
"type": "group",
|
||||
"description": "This group contains functions that operate exclusively under the attribute form context. For example, in field's widgets settings."
|
||||
}
|
5
resources/function_help/json/Layout
Normal file
5
resources/function_help/json/Layout
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Layout",
|
||||
"type": "group",
|
||||
"description": "This group contains functions to manipulate print layout items properties."
|
||||
}
|
5
resources/function_help/json/Processing
Normal file
5
resources/function_help/json/Processing
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Processing",
|
||||
"type": "group",
|
||||
"description": "This group contains functions that operate exclusively under the processing algorithms context."
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user