-
Notifications
You must be signed in to change notification settings - Fork 38
Remove "fill-outline-color" #240
Comments
👍 causes no breaking changes for me. Looking forward to polygons |
@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. |
We really should do this. |
@jfirebaugh we use |
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. |
This issue was moved to mapbox/mapbox-gl-js#4088 |
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?The text was updated successfully, but these errors were encountered: