Skip to main content

FME 2020: How to label the output in the graphic part based on particular field?

 

For example, in the screenshot below, I wanted to label the polygon based on the “parcelnumber” field but couldn’t figure out how to perform this

 

Clip_321 

You could try the LabelPointReplacer or the Labeller.


Thank you. It works fine

 

Clip_365 

 

 


Not sure if there is a way to label the polygons but not the points as we do in ArcGIS Pro

 

Clip_1061Clip_1062 

 

 

 

 

 

 

 

 


Not sure if there is a way to label the polygons but not the points as we do in ArcGIS Pro

 

Clip_1061Clip_1062 

 

 

 

 

 

 

 

 

Hi @jamal​ it looks like you're pretty close. I can't see the rest of your workspace so this might be similar to what you have already done, but one suggestion you could try is a CenterPointReplacer to replace the center of the polygon with a point, and then use a LabelPointReplacer to replace that point with a Label.


Is there any chance to have a dynamic label that moves inside the polygon according to the level of zoom as in Pro?

 

Clip_1168Clip_1169 

Clip_1170 

 

 

 


Reply