Feature request #9211

Optimisation: Don't render redundant features

Added by Jonathan Moules over 10 years ago. Updated about 7 years ago.

Status:Open
Priority:Normal
Assignee:-
Category:Map Canvas
Pull Request or Patch supplied:No Resolution:
Easy fix?:No Copied to github as #:17835

Description

An optimisation: Don't keep rendering symbols that are all the same on top of each other.
Epitomised with: http://www.lutraconsulting.co.uk/casestudies/qgis-multi-threaded-rendering - Currently QGIS appears to render absolutely every point, the vast majority of which are redundant. If QGIS could determine that the entire applicable area of the canvas is already covered with that symbol, then it could save time by simply not rendering any more.

(I'm aware there should be a scale threshold etc used, but some users don't do that; also when first investigating a dataset, you don't know that you need one until it's too late)

History

#1 Updated by Giovanni Manghi over 10 years ago

  • Target version set to Future Release - Nice to have

#2 Updated by Regis Haubourg over 10 years ago

Mmm, not sure it is a good optimisation path. Most user do use blending modes and/or transparency options to visualize real superpositions, and to makes QGIS a wonderfull mapping tool. Optimisation should then be possible only if symbols are not transparent or with normal blending mode activated.
Since symbol properties can be defined on fields and expressions, this is no more predictable..
The potential cave eats let me think we should'nt explore that way. IMHO, multithread + simplification (A. Huarte) are already making QGIS on of the faster mapping tools, and web map servers.
Régis

#3 Updated by Giovanni Manghi about 7 years ago

  • Easy fix? set to No

Also available in: Atom PDF