mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Update resources/function_help/json/within
This commit is contained in:
parent
f1ae82c7f7
commit
612e8fa1fd
@ -12,7 +12,7 @@
|
|||||||
}],
|
}],
|
||||||
"examples": [{
|
"examples": [{
|
||||||
"expression": "within( geom_from_wkt( 'POINT( 0.5 0.5)' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))' ) )",
|
"expression": "within( geom_from_wkt( 'POINT( 0.5 0.5)' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))' ) )",
|
||||||
"returns": "true"
|
"returns": "TRUE"
|
||||||
}, {
|
}, {
|
||||||
"expression": "within( geom_from_wkt( 'POINT( 5 5 )' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0 ))' ) )",
|
"expression": "within( geom_from_wkt( 'POINT( 5 5 )' ), geom_from_wkt( 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0 ))' ) )",
|
||||||
"returns": "FALSE"
|
"returns": "FALSE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user