[postgis-devel] [PostGIS] #1949: Error in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types are currently supported
PostGIS
trac at osgeo.org
Fri Aug 10 01:53:35 PDT 2012
#1949: Error in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT
types are currently supported
---------------------------+------------------------------------------------
Reporter: realityexists | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
When I run the attached query I get
{{{
ERROR: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types are
currently supported
}}}
The interesting thing is that running it on either one of the polygons
works (ST_Intersects returns false). It's only when running on both in the
same query that the error occurs.
PostgreSQL 9.1.4, compiled by Visual C++ build 1500, 64-bit (Windows 7)
POSTGIS="2.1.0SVN r10170" GEOS="3.4.0dev-CAPI-1.8.0 r0" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.9.1, released 2012/05/15" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1949>
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