[QGIS Commit] [qgis/QGIS] 584aba: Heavier use of feature caching for fully populated...
GitHub
noreply at github.com
Wed Nov 20 10:47:17 PST 2013
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 584aba7672e1c000a031de750713cd9a8e58ca8d
https://github.com/qgis/QGIS/commit/584aba7672e1c000a031de750713cd9a8e58ca8d
Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M src/core/qgscachedfeatureiterator.cpp
M src/core/qgscachedfeatureiterator.h
M src/core/qgscacheindexfeatureid.cpp
M src/core/qgsfeatureiterator.h
M src/core/qgsvectorlayercache.cpp
Log Message:
-----------
Heavier use of feature caching for fully populated caches
When a feature cache is set to "FullCache" mode, it will answer
requests from this cache instead of querying the backend.
Some more documentation for writing custom feature iterators
based on QgsAbstractFeatureIterator
Fix #9099
More information about the QGIS-commit
mailing list