[postgis-tickets] [PostGIS] #4370: Remove ST_ForceRHR

PostGIS trac at osgeo.org
Wed Apr 10 08:22:21 PDT 2019


#4370: Remove ST_ForceRHR
--------------------------+---------------------------
  Reporter:  dbaston      |      Owner:  pramsey
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 3.0.0
 Component:  postgis      |    Version:  trunk
Resolution:               |   Keywords:
--------------------------+---------------------------

Comment (by strk):

 strk=# SELECT ST_AsText(ST_ForceRHR(ST_MakePolygon('LINESTRING(0 0, 10 0,
 5 10, 0 0)'::geometry)));
  POLYGON((0 0,5 10,10 0,0 0))

 strk=# select postgis_lib_version(), postgis_svn_version();
  3.0.0dev            | 17364

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