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

reverse simplification scale and ensure bindPopup simplifies output geometry #921

Merged
merged 2 commits into from
Feb 7, 2017

Commits on Jan 31, 2017

  1. bindPopup should simplify output geometry slightly

    this patch applies a simplification factor of 0.5 to output geometries in bindPopup using the current scale of the map to ensure that no more vertices than necessary are retrieved from the server.
    
    for the test case provided by the user, this reduced the payload from 213kb/600ms to 922b/150ms without visible evidence on screen when zoomed out far on a complex feature
    jgravois committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    230c7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d445b17 View commit details
    Browse the repository at this point in the history