[postgis-tickets] [PostGIS] #3130: ST_MMin(geometry), ST_MMax(geometry)

PostGIS trac at osgeo.org
Thu May 28 08:48:09 PDT 2015


#3130: ST_MMin(geometry), ST_MMax(geometry)
--------------------------+----------------------------
  Reporter:  strk         |      Owner:  strk
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS Future
 Component:  postgis      |    Version:  trunk
Resolution:               |   Keywords:
--------------------------+----------------------------
Changes (by strk):

 * priority:  high => medium
 * milestone:  PostGIS 2.2.0 => PostGIS Future


Comment:

 By implementing #3139 this would not be that important anymore as it could
 be expressed with:

 ST_M(ST_StartPoint(ST_BoundingRange(geom))) and
 ST_M(ST_EndPoint(ST_BoundingRange(geom)))

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3130#comment:1>
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