[postgis-tickets] [PostGIS] #2837: ST_Extrude unexpected GeometryType in extrude('Solid')
PostGIS
trac at osgeo.org
Sat Jul 12 01:40:36 PDT 2014
#2837: ST_Extrude unexpected GeometryType in extrude('Solid')
--------------------+-------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: sfcgal | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Changes (by colivier):
* cc: vincent.mora@… (added)
Comment:
At first sight it looks like:
- You call ST_Extrude twice in your query
- First time ST_Extrude should return a closed PolyhedralSurface (with
SOLID Bit)
- Second time ST_Extrude can't deal with this Solid input and so return
the related error message.
Nota: there is no SOLID GeometryType inside PostGIS, it's internal to
SFCGAL
(based on PS or TIN with SOLID bit)
The question remaining is:
As we can extrude in x,y,z should/could we still extrude even from a solid
?
Vincent could you answer from a (SF)CGAL point of view ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2837#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