[postgis-tickets] [PostGIS] #4784: ST_CollectionExtract extracts highest coordinate dimension by default

PostGIS trac at osgeo.org
Thu Nov 5 09:00:28 PST 2020


#4784: ST_CollectionExtract extracts highest coordinate dimension by default
--------------------------+---------------------------
  Reporter:  pramsey      |      Owner:  pramsey
      Type:  enhancement  |     Status:  closed
  Priority:  medium       |  Milestone:  PostGIS 3.1.0
 Component:  postgis      |    Version:  master
Resolution:  fixed        |   Keywords:
--------------------------+---------------------------
Changes (by Paul Ramsey <pramsey@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"6812b00ed6195e151d04be8c78aa8f1c20c628ea/git" 6812b00/git]:
 {{{
 #!CommitTicketReference repository="git"
 revision="6812b00ed6195e151d04be8c78aa8f1c20c628ea"
 Add ST_CollectionExtract(geometry)
 with a behaviour of extracting
 the primitive geometry (point/line/poly) with the highest coordinate
 dimension. So a collection of lines and polys will result in a
 multipoly output. A collection of lines and points will result in a
 multiline output.
 Closes #4784
 }}}

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