-
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
Fix line rendering at high line-offsets with non-miter linejoin #2316
Comments
Looks like this only happens with round linejoins. If you remove this property, it looks good. |
This is a known (but not ticketed) issue that affects mapbox-gl-js and mapbox-gl-native.
|
Closing in favor of #3809 as that ticket has more information (#3809 (comment)). |
mapbox-gl-js version: v0.15.0
Steps to Trigger Behavior
Check out https://jsfiddle.net/nx2nh1vk/. It is identical to the geojson line example, save with a
line-offset:20
property added.Expected Behavior
I expect lines to render as cleanly as if there were no offset.
Actual Behavior
Line pinches, tapers, intersects itself, breaks, and is otherwise distended.
The text was updated successfully, but these errors were encountered: