-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Gradient fills #748
Comments
Not unprecedented, but it looks pretty damn hard. |
This would be great for the oft-talked-about use case of running maps showing varying values in the path. It separates the library from the normal capabilities of just splitting a path into different-colored segments with hard color boundary edges. |
Actually drawing the gradient wouldn't be that hard. The hard part is that for the motorway link use case you want topology-dependent style properties: "gradient between the colors of the two lines to which this line connects." |
Closed in favor of mapbox/mapbox-gl-style-spec#349 |
Would be nice to have linear gradient fills for fill and line types.
cc @samanpwbb
The text was updated successfully, but these errors were encountered: