You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the plugin setup and how gl-native works under the hood, we are unable to show lines with and without a line pattern configuration. Once you set a pattern, the non line pattern lines disappear (more context on this in mapbox/mapbox-gl-native#14331).
One solution to this would be to allow to have multiple line manangers. One for the line pattern one, the other for normal lines. To achieve this we need to generate the IDs of the used source and layers dynamically.
cc @mapbox/maps-android
The text was updated successfully, but these errors were encountered:
Due to the plugin setup and how gl-native works under the hood, we are unable to show lines with and without a line pattern configuration. Once you set a pattern, the non line pattern lines disappear (more context on this in mapbox/mapbox-gl-native#14331).
One solution to this would be to allow to have multiple line manangers. One for the line pattern one, the other for normal lines. To achieve this we need to generate the IDs of the used source and layers dynamically.
cc @mapbox/maps-android
The text was updated successfully, but these errors were encountered: