Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
postgis
Commits
98fc83ac458d
Commit
955280a4
authored
Sep 08, 2017
by
David Douard
Browse files
[st] add ST_MAKEENVELOPE (closes #17100019)
parent
0e6b09358511
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_postgis/site_cubicweb.py
View file @
98fc83ac
...
...
@@ -331,6 +331,13 @@ class ST_EXTENT(AggrFunctionDescr):
rtype
=
'Geometry'
class
ST_MAKEENVELOPE
(
FunctionDescr
):
minargs
=
4
maxargs
=
5
supported_backends
=
(
'postgres'
,)
rtype
=
'Geometry'
register_function
(
ST_EQUALS
)
register_function
(
ST_INTERSECTS
)
register_function
(
ST_INTERSECTION
)
...
...
@@ -368,3 +375,4 @@ register_function(ST_Z)
register_function
(
ST_M
)
register_function
(
ST_EXTENT
)
register_function
(
ST_AsEWKT
)
register_function
(
ST_MAKEENVELOPE
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment