[postgis-tickets] [PostGIS] #3326: Drop liblwgeom_internal.h use from postgis module
PostGIS
trac at osgeo.org
Fri Oct 9 04:04:52 PDT 2015
#3326: Drop liblwgeom_internal.h use from postgis module
--------------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
It currently seems to be only needed for FP comparison and a single
function that might be good to expose to the public liblwgeom API:
{{{
geography_btree.c:#include "liblwgeom_internal.h" /* For FP
comparators. */
geography_measurement.c:#include "liblwgeom_internal.h" /* For FP
comparators. */
lwgeom_functions_analytic.c:#include "liblwgeom_internal.h" /* For FP
comparators. */
lwgeom_in_geohash.c:#include "liblwgeom_internal.h"/* for
decode_geohash_bbox */
lwgeom_rtree.c:#include "liblwgeom_internal.h" /* For FP
comparators. */
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3326#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