[postgis-devel] [PostGIS] #268: Simple intersection query between geography column and POLYGON geography fails
PostGIS
trac at osgeo.org
Thu Oct 15 06:46:09 PDT 2009
#268: Simple intersection query between geography column and POLYGON geography
fails
----------------------+-----------------------------------------------------
Reporter: mcayland | Owner: mcayland
Type: defect | Status: new
Priority: medium | Milestone: postgis 1.5.0
Component: postgis | Version:
Keywords: |
----------------------+-----------------------------------------------------
The following basic intersection query, in my view, should just work:
trunk=# explain analyze select count(*) from cities where the_geog &&
ST_GeographyFromText('POLYGON((-180 -90, -180 90, 180 90, 180 -90, -180
-90))');
ERROR: lwgeom_get_gbox_geodetic: non-geodetic gbox provided
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/268>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list