Skip to content

Commit

Permalink
Fix rendering of geometry generator expressions which return geometry…
Browse files Browse the repository at this point in the history
… collection results

Fixes #35356

But in general, this is exciting because it allows QgsSymbol to correctly render any
input geometry types, and handle collections nicely. In future releases we could quite
easily add a symbol layer type for rendering collections, where the symbol layer has
a marker/line/fill symbol set, and the appropriate selection of these is used to
render each geometry part (it's basically identical to a geometry generator!)

Geometry collection handling at a QgsVectorLayer level, now that's a totally
different beast....
  • Loading branch information
nyalldawson committed Jun 16, 2020
1 parent a198e30 commit be281c4
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 233 deletions.

0 comments on commit be281c4

Please sign in to comment.