Leaflet.glify
Leaflet.glify copied to clipboard
Points: Dark color when zoom out
When zooming out, only the end point retains the color. Other point loose its emissive color and becomes darken.
zoomed out:
Aslo, opacity seems to be removed at higher zoom too.
The following code were used to draw points:
glifyPoints = L.glify.points({
map: map,
color: clrs,
data: data,
weight: 0,
opacity: 0.5,
size: 10,
});
The problem is caused by the border.
is there any option to remove border?
you can use this option: fragmentShaderSource : L.glify.shader.fragment.simpleCircle