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

How to eliminate the jagged effect of Polygon #542

Open
baneyue opened this issue Dec 5, 2023 · 0 comments
Open

How to eliminate the jagged effect of Polygon #542

baneyue opened this issue Dec 5, 2023 · 0 comments

Comments

@baneyue
Copy link

baneyue commented Dec 5, 2023

Android application:

When using Polygon in the following way, its aliasing is more obvious. I see that the style of the tile layer can be set CssStyle. Can we consider using PolygonStyleBuilder to set Css Style?

PolygonStyleBuilder builder = new PolygonStyleBuilder(); builder.setColor(); Polygon polygon = Polygon(mapPosVector, builder.buildStyle()) source?.add(polygon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant