-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
Description
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
ben-j69