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

make max-width of attribution control configurable #849

Merged
merged 5 commits into from
Sep 28, 2016

Commits on Sep 20, 2016

  1. make max-width of attribution control configurable

    in the majority of applications it makes sense to leverage as much horizontal space as possible to display attribution, primarily because of small form factor devices, but 55px is a little safer default because it accomodates a bottom oriented zoom control automatically.
    
    since other possibly bottom aligned controls like L.Control.Scale and L.Controls.Layers don't have a static predictable width our best bet is to just expose a mechanism to let developers indicate just how much space should be reserved.
    jgravois committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    3a3b7bb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    579143d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee9091 View commit details
    Browse the repository at this point in the history
  3. linting

    jgravois committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    2f56586 View commit details
    Browse the repository at this point in the history
  4. better linting

    jgravois committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    1635b6e View commit details
    Browse the repository at this point in the history