Leaflet.glify
Leaflet.glify copied to clipboard
Remove border in point
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 ?
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.
Hi @alex-oko @vutle , I created a pull request with circle and square borderless shaders. See here: https://github.com/robertleeplummerjr/Leaflet.glify/pull/127 for dotBorderless.glsl
and squareBorderless.glsl
@alex-oko you can use this option: fragmentShaderSource : L.glify.shader.fragment.simpleCircle