Ticket #268 (closed defect: fixed)
Simple intersection query between geography column and POLYGON geography fails
| Reported by: | mcayland | Owned by: | mcayland |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.0 |
| Component: | postgis | Version: | |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
