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 user to set headers for XHR vector tile get #2918

Closed
wants to merge 1 commit into from

Commits on Jul 29, 2016

  1. Allow user to set headers for XHR vector tile get

    In some cases I would like to set a header to authenticate a user for getting a vector tile. It needs to be set per source.
    
    * Added the following format to the source style
      headers: [["HEADER-NAME", "HEADER-VALUE"]]
    
    * Added headers to ajax getArrayBuffer call
    gyllen committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    a438252 View commit details
    Browse the repository at this point in the history