[postgis-tickets] [PostGIS] #4675: Implement topology.GetRingEdges in C
PostGIS
trac at osgeo.org
Fri May 1 02:00:03 PDT 2020
#4675: Implement topology.GetRingEdges in C
----------------------+-------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone:
Component: topology | Version: 3.0.x
Keywords: |
----------------------+-------------------
At the moment we have two implementations of GetRingEdges:
1. A PL/Pgsql version that is hit by running topology.GetRingEdges
2. A C version cb_getRingEdges that is used internally as a callback for
liblwgeom-topo
It would make sense to use a single code path, the C one probably being
the best choice.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4675>
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