Update resources/function_help/json/within

This commit is contained in:
Alessandro Pasotti 2022-03-30 18:48:02 +02:00 committed by GitHub
parent f1ae82c7f7
commit 612e8fa1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
}],
"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))' ) )",
"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 ))' ) )",
"returns": "FALSE"