Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed multiple issues in PolygonLayer and PolylineLayer #1925

Merged
merged 7 commits into from
Jul 2, 2024

Conversation

JaffaKetchup
Copy link
Member

@JaffaKetchup JaffaKetchup commented Jun 27, 2024

Fixes #1924, fixes #1921, fixes #1912, fixes #1913.

Effectively reverts some broken commits.

Note that useDynamicUpdate has been deprecated, but its functionality has changed - it now has no purpose. However, this will not be a breaking change, as useDynamicUpdate was broken when initially introduced, so there should be no legitimate users.

Removed `useDynamicUpdate`
… as the `Polygon.points` would not be cut out
@JaffaKetchup JaffaKetchup marked this pull request as ready for review June 27, 2024 17:55
Copy link
Collaborator

@mootw mootw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. I think we should just remove the value outright and cause a break. given the feature shipped broken, i only see depreciating it as changing its behavior unexpectedly anyways since it does not do anything anymore. and removing the value will alert anyone who was using the broken feature to fix it.

ill personally handle any issues related to this break.

@JaffaKetchup JaffaKetchup merged commit 374672d into master Jul 2, 2024
8 checks passed
@JaffaKetchup JaffaKetchup deleted the fix-polys branch July 2, 2024 10:07
@JaffaKetchup JaffaKetchup linked an issue Jul 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants