Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

feat(simplification): Exposes shouldSimplify and shouldSplit #51

Merged
merged 3 commits into from
Sep 8, 2022

Conversation

ibesora
Copy link

@ibesora ibesora commented Sep 8, 2022

As https://bugs.webkit.org/show_bug.cgi?id=230751 has been fixed for a while we could remove the simplification and draw call splitting steps while rendering polygons and lines.
Instead of doing that, this PR exposes shouldSimplify in the source object and shouldSplit in the polygon and lines symbolizes. Both now default to false but can be set to true to keep the old behaviour

@ibesora ibesora merged commit 217f32e into master Sep 8, 2022
@ibesora ibesora deleted the ib/exposes-simplify-option branch September 8, 2022 17:14
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

🎉 This PR is included in version 1.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

1 participant