[postgis-tickets] [PostGIS] #2254: Add SFCGAL support
PostGIS
trac at osgeo.org
Sun May 5 09:46:04 PDT 2013
#2254: Add SFCGAL support
--------------------------+-------------------------------------------------
Reporter: colivier | Owner: colivier
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: CGAL, SFCGAL |
--------------------------+-------------------------------------------------
Comment(by robe):
Olivier,
Looks better, but I see some issues with attached patch
1) ST_3DIntersects change is going to cause problems for people who want
to use this but have just a 2D index (not a 3d one). I think 3d index can
use && but 2D index can't use &&&
2) Why are the functions in postgis.sql.in being touched:
ST_Area(geometry) , ST_Distance
3) postgis/lwgeom_geos.h note sure the reason for these additions as well.
strk, Paul, Mark you better step in. I think this patch is over my head
to fully judge.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2254#comment:8>
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