[postgis-tickets] [PostGIS] #2855: ST_MinkowskiSum gives polyhedral surface invalid error
PostGIS
trac at osgeo.org
Tue Aug 19 00:50:11 PDT 2014
#2855: ST_MinkowskiSum gives polyhedral surface invalid error
--------------------+-------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: sfcgal | Version: 2.1.x
Keywords: |
--------------------+-------------------------------------------------------
Comment(by vmo):
The source of the problem is that volumes are not really supported, 3D
geom are flattened internally to perform the Minkowski sum, and a
flattened volume is an invalid PolyhedralSurface.
We have to fix SFCGAL to have a meaningful error message and improve the
function documentation.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2855#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