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

Allow arbitrary scales to be specified, e.g. @4.2x (particularly useful for static api and printing) #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 4, 2016

  1. Allow arbitrary scale to be specified, e.g. @4.2x (particularly usefu…

    …l for static api)
    
    This allows an arbitrary scale to be specified rather than just @1x,
    @2x, or @3x (actually @1x cant currently be explicitly be set). This is
    particularly useful for the static api when using it to generate maps
    for printing.
    
    This also implements a cache of 100 sourceURIs (randomly evicted) so
    that it isn't re-creating the sourceURI for each tile drawn. If we were
    to save the sourceURIs permanently the list could grow infinitely over
    time. scales 1, 2 and 3 are never evicted from the cache.
    samwillis committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    e6bfccb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    80f7bbc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    128988c View commit details
    Browse the repository at this point in the history