We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem related with a label layer which has a field itself that indicates the angle of rotation. I am trying to make it work but I can't.
The example below has the style to represent the rotated labels:
http://jsfiddle.net/8kyp19qz/8/
If I delete the "text-rotate" : "{AA_TXANG}" property labels are displayed with no rotation.
Could someone help me on how I should have to describe the Style configuration?
The text was updated successfully, but these errors were encountered:
The "text-rotate" field does not support field tokens. What you can do is
"text-rotate"
"text-rotate": { "type": "identity", "property": "AA_TXANG" }
See mapbox/mapbox-gl-js#873 (comment).
Sorry, something went wrong.
No branches or pull requests
I have a problem related with a label layer which has a field itself that indicates the angle of rotation. I am trying to make it work but I can't.
The example below has the style to represent the rotated labels:
http://jsfiddle.net/8kyp19qz/8/
If I delete the "text-rotate" : "{AA_TXANG}" property labels are displayed with no rotation.
Could someone help me on how I should have to describe the Style configuration?
The text was updated successfully, but these errors were encountered: