We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
The problem is caused by the border.
Sorry, something went wrong.
is there any option to remove border?
you can use this option: fragmentShaderSource : L.glify.shader.fragment.simpleCircle
fragmentShaderSource : L.glify.shader.fragment.simpleCircle
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: