[postgis-tickets] [PostGIS] #2837: ST_Extrude unexpected GeometryType in extrude('Solid')
PostGIS
trac at osgeo.org
Tue Jan 6 08:45:45 PST 2015
#2837: ST_Extrude unexpected GeometryType in extrude('Solid')
--------------------+-------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.2.0
Component: sfcgal | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Comment(by vmo):
Changed error message in SFCGAL change-set e50d8fc7
https://github.com/Oslandia/SFCGAL/commit/e50d8fc78a49206c3c3efdf59a4990bc34fb0336
Now we have:
{{{
# SELECT ST_Extrude(ST_Extrude(ST_Buffer(ST_GeomFromText('LINESTRING(100
200, 300 400, 123 456)'),20),10,10,10),0,20,100);
ERROR: Extrusion of Solid is not supported
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2837#comment:4>
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