You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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)
The text was updated successfully, but these errors were encountered: