mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for quantile generation bug. The problem was that feature cursor was not reset in select method of ogr provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@9488 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
39e648a339
commit
029adf2bc1
@ -361,6 +361,9 @@ void QgsOgrProvider::select( QgsAttributeList fetchAttributes, QgsRect rect, boo
|
||||
OGR_L_SetSpatialFilter( ogrLayer, filter );
|
||||
OGR_G_DestroyGeometry( filter );
|
||||
}
|
||||
|
||||
//start with first feature
|
||||
OGR_L_ResetReading( ogrLayer );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user