This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-02-25 00:58:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
providers
/
ogr
History
mhugent
1a6840c571
implemented and tested QgsShapeFileProvider::getNextFeature(list<int>). This speeds up rendering of graduated symbol layers a lot (especially if there is much attribute data). However, for the commit, the old getNextFeature(bool) has been enabled again, because getNextFeature(list) has to be implemented in all data providers to not break the other providers.
...
git-svn-id:
http://svn.osgeo.org/qgis/trunk@1423
c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-17 20:14:01 +00:00
..
.indent.pro
Added copy of .indent.pro file from src directory to this provider directory
2004-03-04 21:03:48 +00:00
Makefile.am
** Changed to simple macros for detecting QT and GDAL
2004-04-18 23:44:41 +00:00
qgsshapefileprovider.cpp
implemented and tested QgsShapeFileProvider::getNextFeature(list<int>). This speeds up rendering of graduated symbol layers a lot (especially if there is much attribute data). However, for the commit, the old getNextFeature(bool) has been enabled again, because getNextFeature(list) has to be implemented in all data providers to not break the other providers.
2004-05-17 20:14:01 +00:00
qgsshapefileprovider.h
implemented and tested QgsShapeFileProvider::getNextFeature(list<int>). This speeds up rendering of graduated symbol layers a lot (especially if there is much attribute data). However, for the commit, the old getNextFeature(bool) has been enabled again, because getNextFeature(list) has to be implemented in all data providers to not break the other providers.
2004-05-17 20:14:01 +00:00