[postgis-devel] [PostGIS] #1060: GEOS no like POINT EMPTY
PostGIS
trac at osgeo.org
Thu Jun 23 15:01:29 PDT 2011
#1060: GEOS no like POINT EMPTY
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
In r7331 did not error out. Now
{{{
SELECT ST_Relate(ST_GeomFromText('POINT EMPTY',4326),
ST_GeomFromText('POINT EMPTY',4326), 'FF1FF0102') As result
}}}
now current trunk:
ERROR: First argument geometry could not be converted to GEOS:
IllegalArgumentException: Point coordinate list must contain a single
element
There are a ton of these so I'm not going to bother itemizing them unless
someone wants me to as I assume they have the same root cause.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1060>
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