-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text wrap not working on line labels #2336
Comments
Hi, multi-line text labels are not implemented for road-lines in tangram-es - it's probably quite a bit of work to implement and computationally expensive for curved line labels. Interesting idea though. |
But @hjanetzek multi-line text labels are implemented for point in tangram-es. Check Image above. |
Ah I see, if you add points along roads to your dataset you could use point multi-line labels. Would be nice and not too much work if tangram-es could generate these points but I think it's not implemented yet. |
I just changed wordWrap to true here and labels on roads are now multi-line. Is there any reason that this was set to false?
|
TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:
RESULT:
Whole Label appears in one line
EXPECTED RESULT:
Label should appear in multiline as done in tangram JS
ENVIRONMENT:
OTHER
Tried line break as well but that didn't work as well. Check image below
The text was updated successfully, but these errors were encountered: