[postgis-tickets] [PostGIS] #3130: ST_MMin(geometry), ST_MMax(geometry)
PostGIS
trac at osgeo.org
Tue May 26 06:58:34 PDT 2015
#3130: ST_MMin(geometry), ST_MMax(geometry)
-------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
It's easy to get min/max values for X,Y and Z for geometries (via implicit
cast to BOX3D) but there's no way to get min M (not having a BOXAnyD).
This ticket is to add ST_MMin(geometry) and ST_MMax(geometry)
( then one day we should maybe have all the others also work directly on
geometry )
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3130>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list