-
Notifications
You must be signed in to change notification settings - Fork 86
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
Remove border in point #111
Comments
Do you find out how to remove this black line yet? |
You can change the point shader. Just set the border color to the same color as the point. |
@alex-oko you can use this option: fragmentShaderSource : L.glify.shader.fragment.simpleCircle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I remove the border from a point?
At this moment I am changing the opacity of the point according to the click of a button, that's fine.
But when the point has opacity 0 you can see the edge of it and that is something I want to eliminate and I still can't find how ...
Do you have any idea ?
The text was updated successfully, but these errors were encountered: