-
Notifications
You must be signed in to change notification settings - Fork 1
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
V4 migration #16
V4 migration #16
Conversation
…ze spec by constants
…nstants in text-halo-width
Per discussion in chat, lets patch v3 instead of naming this v4, otherwise it will be much more work to update all spec PRs that change v3 (both merged and unmerged). |
Actually scratch that, @ansis already updated PRs partially, I'm doing the rest (not as much work as I thought), so lets go with v4 |
Promote render `type` property to parent layer
|
||
if (render['text-path' === 'curve']) { | ||
render['symbol-rotation-alignment'] = 'map'; | ||
render.placement = 'line'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the culprit I suppose
type
layer property not a render property mapbox/mapbox-gl-style-spec#80{{token}}
to{token}
Convert {{token}} to {token} mapbox/mapbox-gl-style-spec#87