Changeset 13755

Show
Ignore:
Timestamp:
02/10/08 18:18:58 (5 months ago)
Author:
tamas
Message:

Pass the envelope of the geometry as the spatial filter in the sub-query (#2214)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogrsf_frmts/vrt/ogrvrtlayer.cpp

    r13550 r13755  
    452452/* -------------------------------------------------------------------- */ 
    453453    char *pszFilter = NULL; 
    454     if( m_poFilterGeom && m_bFilterIsEnvelope && bUseSpatialSubquery
     454    if( m_poFilterGeom && bUseSpatialSubquery && eGeometryType == VGS_PointFromColumns
    455455    { 
    456456        const char *pszXField, *pszYField;