We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This came in through support (see Desk 1134).
The user was trying to do this in Tangram Play at the top of the yaml file
global: sdk_mapzen_api_key: 'mapzen-api-key-here'
and not realizing that url_params was necessary under sources. The user kept getting a warning about missing an API key.
url_params
Discussion from support chat: "sdk_mapzen_api_key works when you’re using mapzen.js but Play never learned that trick"
sdk_mapzen_api_key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This came in through support (see Desk 1134).
The user was trying to do this in Tangram Play at the top of the yaml file
and not realizing that
url_params
was necessary under sources. The user kept getting a warning about missing an API key.Discussion from support chat: "
sdk_mapzen_api_key
works when you’re using mapzen.js but Play never learned that trick"The text was updated successfully, but these errors were encountered: