Skip to main content
Question

MultiLine Labels

  • February 11, 2013
  • 2 replies
  • 29 views

Forum|alt.badge.img
I have a situation where I would like to label buildings based on three attributes,(label1, label2, label3) and I would like to label them on seperate lines.

 

 

I successfully did this using the the TextAdder transformer in addtion to the Offsetter Transformer but I had to use three of each.... is their a way of  completing this task using a constant within the Editor parameters so I didn't have to use 1 transformer per label.

 

 

For example in GeoMedia you can use NewLine

 

Label1NewlineLabel2NewlineLabel3
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • February 11, 2013
Try using the StringConcatenator to concatenate your 3 attributes as it has a "New Line" string type that you can use between your values. You should be able to feed this output directly into the Text Adder.

Forum|alt.badge.img
  • February 11, 2013
Hi,

 

 

Just use a StringConcatenator,  create a new attribute that contains the  the three values concatenated with a "newline" between each and then you can use that attribute in one of the label transformers.

 

 

Cheers,

 

Todd