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
Would it be possible to implement a maximum opacity so that I can still see the map beneath if the intensity is high?
The text was updated successfully, but these errors were encountered:
What helped me ist the following
.leaflet-heatmap-layer { opacity: .5; }
sets the opacity of the whole layer. What i miss is that the opacity also varies based on weighting.
Sorry, something went wrong.
The maxOpacity seems to do nothing, but @Utrehd's solution is solid.
No branches or pull requests
Would it be possible to implement a maximum opacity so that I can still see the map beneath if the intensity is high?
The text was updated successfully, but these errors were encountered: