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
I'm currently using a PolygonLayer, and showing some text under the polygons. I would like to use a maxWidth independent for each element. so that the maximum width of each text object is constrained by the associated polygon size.
Is there any way to implement a data accesor for the maxWidth parameter?
Proposal
The idea is just to add the possibility to create a Data Accessor for maxWidth
The text was updated successfully, but these errors were encountered:
Target Use Case
I'm currently using a PolygonLayer, and showing some text under the polygons. I would like to use a maxWidth independent for each element. so that the maximum width of each text object is constrained by the associated polygon size.
Is there any way to implement a data accesor for the maxWidth parameter?
Proposal
The idea is just to add the possibility to create a Data Accessor for maxWidth
The text was updated successfully, but these errors were encountered: