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

Heatlayer radius over 80 creates strange object outside default heat #108

Open
mateuszrusyn opened this issue Mar 8, 2019 · 1 comment

Comments

@mateuszrusyn
Copy link

If I create heatlayer with radius over 80 it creates valid heatmap but outside that circle, something strange appears.

Code:

var heat = L.heatLayer([], { radius: 80, minOpacity: .6, opacity: 0.8, blur: 100, gradient: { 1.0: color, }, }); heat.addTo(mymap);

screen

It seems that bigger radius than some value is creating second object(?) outside default heat circle.

@corrigancd
Copy link

Have replicated this (top image). When I zoom out, it's fine. The parameters required to make each map are also specified:
image

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

2 participants