Ticket #1280 (closed defect: fixed)
No geoms in table are within the table extent
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
with ext as ( select st_extent(geom) as g from small_sample) select gid from small_sample, ext where geom && ext.g;
No hits from the above. The table contains 22 items. The table is here http://trac.osgeo.org/postgis/attachment/ticket/1274/small_sample.sql.gz
Change History
Note: See
TracTickets for help on using
tickets.
