[postgis-tickets] [PostGIS] #3327: Drop liblwgeom_internal.h use from postgis_topology module
PostGIS
trac at osgeo.org
Fri Oct 9 04:06:36 PDT 2015
#3327: Drop liblwgeom_internal.h use from postgis_topology module
-------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: topology | Version: trunk
Keywords: |
-------------------------+---------------------------
This is propedeutic to giving liblwgeom his own release cycles.
Internal API is currently only needed for cloning a gbox, which is
something that could very well be in the public API:
{{{
postgis_topology.c:#include "liblwgeom_internal.h" /* for gbox_clone */
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3327>
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