Hi Hugo On Wed, Dec 17, 2014 at 10:28 PM, Hugo Mercier <[email protected]> wrote: > > Hi, > > When labeling is enabled on a layer, then the rendering cache is made > invalid and everything is computed for rendering. > > I may be missing something obvious, but I don't understand why. > Is it because of a particular use case or because of some limitations in > the caching process ? >
If we used cached layer image, the features for labeling from that layer would not be registered and therefore they would not appear. A smarter solution would be to keep the layer cached and just iterate over layer's features to register them (if they would get rendered). Cheers Martin
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
