-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Remove "fill-outline-color" #4088
Comments
From @peterqliu on January 26, 2015 19:35 👍 causes no breaking changes for me. Looking forward to polygons |
From @nickidlugash on January 26, 2015 20:18 @jfirebaugh For these styles (and styles based on Mapbox Streets in general), the two features that depend the most on
How long do we think it'll take to implement either a replacement (or optimize the performance of drawing lines enough that creating a second GL layer for the outlines won't kill performance)? If this is something that we're definitely doing soon, we can remove outlines for v7. I will want to manually update the v7 styles though, so I can optimize the way they look sans outline. |
From @jfirebaugh on October 7, 2016 0:37 We really should do this. |
From @nickidlugash on October 7, 2016 14:38 @jfirebaugh we use |
From @mourner on November 7, 2016 22:59 I was initially worried about performance implications of this, but it looks like the only massive layer we use it for is buildings, which only appear on z15+, which is very easy to render compared to heavier zooms like z11-13. So I'm 👍 on this. |
Beyond the native SDKs, |
@1ec5 Our intention after removing this property is to recommend that users use an additional The existing |
I think the fact that many (most?) higher-level APIs provide options analogous to fill-stroke-color and fill-stroke-width suggests that we should seriously consider providing built-in support for them as well. But I understand that the current implementation is limited by the OpenGL facility it’s hooking into.
That sounds good. That’s basically the proposal (at a higher level) in mapbox/mapbox-gl-native#6181 (comment). |
See #4087. |
From @jfirebaugh on January 26, 2015 19:30
As discussed in #199 and #223.
fill-outline-color
is currently used in the bright and outdoors styles. @nickidlugash, @peterqliu can you comment on the importance of the property in those styles and in general? Would it be ok to remove for v7 without an immediate replacement via a "polygon" type or "multiple types" feature?Copied from original issue: mapbox/mapbox-gl-style-spec#240
The text was updated successfully, but these errors were encountered: