Skip to content
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

Multiple manager support #921

Closed
tobrun opened this issue Apr 9, 2019 · 1 comment · Fixed by #941
Closed

Multiple manager support #921

tobrun opened this issue Apr 9, 2019 · 1 comment · Fixed by #941

Comments

@tobrun
Copy link
Member

tobrun commented Apr 9, 2019

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
Copy link

ben-j69 commented Apr 18, 2019

We also need to instantiate multiple manager to draw normal polyline and dashed polylines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants