[postgis-devel] [PostGIS] #1280: No geoms in table are within the table extent

PostGIS trac at osgeo.org
Fri Nov 11 06:17:11 PST 2011


#1280: No geoms in table are within the table extent
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 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

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1280>
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