Skip to content
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

Points: Dark color when zoom out #113

Open
vutle opened this issue Nov 28, 2021 · 3 comments
Open

Points: Dark color when zoom out #113

vutle opened this issue Nov 28, 2021 · 3 comments

Comments

@vutle
Copy link

vutle commented Nov 28, 2021

When zooming out, only the end point retains the color. Other point loose its emissive color and becomes darken.

image

zoomed out:
image

image

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,
          });
@iisri-vu
Copy link

The problem is caused by the border.

@ilmars
Copy link

ilmars commented May 2, 2024

is there any option to remove border?

@xuantruonglk02
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants