Mingridvalue (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Param TQL|suppresscategory=true|allowselflinks=true| | {{Param TQL|suppresscategory=true|allowselflinks=true| | ||
<onlyinclude> | <onlyinclude> | ||
{{Param TQL| | {{Param TQL|tabletype=row|attribute=MINGRIDVALUE|type=decimal|description=Only include [[Grid Overlay]] cells that have a value larger than or equal to the one specified|polygon=true|}} | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
Line 7: | Line 7: | ||
|notes= | |notes= | ||
* This clause restricts the TQL query polygon by creating squares for the included grid cells. | * This clause restricts the TQL query polygon by creating squares for the included grid cells. | ||
* Note that this parameter includes the specified value, opposite to [[Maxgridvalue (TQL Param)]] | |||
|seealso= | |seealso= | ||
* [[Maxgridvalue (TQL Param)]] | * [[Maxgridvalue (TQL Param)]] |
Latest revision as of 14:32, 28 February 2023
Param | Type | Description | Limits search polygon |
---|---|---|---|
MINGRIDVALUE | decimal | Only include Grid Overlay cells that have a value larger than or equal to the one specified | true |
Notes
- This clause restricts the TQL query polygon by creating squares for the included grid cells.
- Note that this parameter includes the specified value, opposite to Maxgridvalue (TQL Param)
See also