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

#43 Patch to fix intensity/altitude issue (auto max) #1

Merged
merged 1 commit into from
Jun 28, 2022

Commits on Nov 24, 2016

  1. Leaflet#43 Patch to fix intensity/altitude issue (auto max)

    This patch works by automatically setting the max as it changes on each zoom level as points get combined/separated.
    
    You no longer need to manually set options.max
    
    When calculating the max value it considers all points (even if they are off the screen). This way you always get the same results at a particular zoom level.
    
    Thanks to @spacemansteve for pointing me in the right direction
    ca1f430
    Harvinator authored Nov 24, 2016
    Configuration menu
    Copy the full SHA
    dcf67f1 View commit details
    Browse the repository at this point in the history