Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rework "Avoid artifacts when project is rendered as map tiles" option
Instead of force disabling ALL feature clipping to rendered map bounds (which is INCREDIBLY expensive to disable, and can result in slooow map renders), be more intelligent and only disable the feature clipping for symbols where we know there'll be visible map tile artifacts between neighbouring tiles. If there's not going to be any artifacts (eg the symbol is a solid color fill), then it's pointless to disable the huge speed boost we get from the automatic geometry clipping...
- Loading branch information