[postgis-devel] [PostGIS] #728: ST_MakeBox2D crashes with LINESTRING
PostGIS
trac at osgeo.org
Thu Dec 23 06:04:27 PST 2010
#728: ST_MakeBox2D crashes with LINESTRING
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Paul -- these are all failures when I have gserialized defined.
-- crashes
{{{
SELECT ST_MakeBox2D(ST_GeomFromText('POINT(-11.1111111 40)'),
ST_GeomFromText('LINESTRING(-11.1111111 70,70 -11.1111111)'));
}}}
-- but this one seems to be okay
{{{
SELECT ST_MakeBox2D(
ST_GeomFromText('POINT(-11.1111111 40)'),
ST_GeomFromText('POINT(-11.1111111 70)'))
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/728>
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-devel
mailing list