-
Notifications
You must be signed in to change notification settings - Fork 14
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
2 color dash line #26
Comments
Sure! We should sit down together and plan this... as part of the optimisation we should transform as much geometry we can to shaders... Could you prepare some snapshots of routes styles we need... and what properties should be configurable like:
|
Thanks! Sure, to add to the above: background_color Not sure yet how I'll use it, still sketching, but yes let's optimize when finalized Like the highways? Should we change that to shader form? |
Yes, right now... the road, glow, outline, and dashes add one geometry each one... that produce over draw + different custom shaders... all that slows down things... the idea is once we have something we like to put it together into less layers... probably the roads will contain the dashes and traffic animations (that they already had) |
Ok, I think the highway is ready to be converted to shader form. |
future: speaking w @bcamper I realize this as a shader is more expensive... tangram (as is) have great support for pattern textures on lines... we should use that |
Can you create a new issue to track this, please? On Tue, Oct 11, 2016 at 12:03 PM, Patricio Gonzalez Vivo <
|
is technically "not an issue". Just a note for the future (because is a 2.1 goal) that this should be address with the existing lines texture patterns. |
Hi! @patriciogonzalezvivo
Could we try a dash line with 2 colors? And the ability to set the background color too?
The text was updated successfully, but these errors were encountered: