[postgis-tickets] [PostGIS] #3316: ST_Reverse documentation should mention no support for M values

PostGIS trac at osgeo.org
Mon Oct 5 10:46:11 PDT 2015


#3316: ST_Reverse documentation should mention no support for M values
----------------------------+---------------------------
  Reporter:  pauldzy        |      Owner:  robe
      Type:  enhancement    |     Status:  new
  Priority:  low            |  Milestone:  PostGIS 2.1.9
 Component:  documentation  |    Version:  2.1.x
Resolution:                 |   Keywords:  ST_Reverse
----------------------------+---------------------------

Comment (by strk):

 Really no reason. I'd call it a bug if that's the case. But is it ?
 {{{
 strk=# select st_asewkt(ST_Reverse('LINESTRING M(0 0 0, 1 1
 1)'::geometry));
         st_asewkt
 --------------------------
  LINESTRINGM(1 1 1,0 0 0)
 (1 row)
 }}}

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