I want to create a polygon and add label to center of polygon. But I dont want if user zoom out and out, label size is still big. Is this possible to scale size of label base on zoom level.
You can scale the label’s translucency by distance using translucencyByDistance. Keep an eye on #1075 to see when scale by distance support is in.
Patrick