-
Notifications
You must be signed in to change notification settings - Fork 43
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
Pass API key for vector tiles via Tangram globals parameter #334
Comments
Related Cartography documentation work here: Example usage in Bubble Wrap: Because the Mapzen basemap styles are versioned, and this will be a breaking change with a new major version I will publish the new styles at my leisure (probably next week?), but we will need to land support for the API key in Mapzen.js (this issue) before I update the house style major versions config in Mapzen.js. |
also some related discussion ( Some concerns + ideas about how to integrate apiKey to tiles were raised while making I think it might be better to keep the way to pass the apikey, and make |
@nvkelso - is the Also, can you let us know when you publish (at least one of) the basemap updates so we can test? |
@rfriberg we went with Some examples (using Github rather than posting to the S3 bucket): |
closing with 7a29849 |
Pass the required API key (see #332) (which may be overwritten in
tangramOptions
) to the included Mapzen basemap style for use with vector tiles. This may be done viaglobal
parameters in Tangram.js.The text was updated successfully, but these errors were encountered: