Skip to content

Fix token #56

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

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open

Fix token #56

wants to merge 2 commits into from

Conversation

gpsfl
Copy link

@gpsfl gpsfl commented Sep 24, 2024

The Bing API sometimes provides urls in the following format:

https://{subdomain}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=14700&mkt={culture}&token={token}

This can lead to errors because the {token} parameter is not provided when formatting the url.

I changed this so it provides the normal API key as the token parameter.

@vinceve
Copy link

vinceve commented Sep 27, 2024

Yes, this is needed. Facing the same issue.

@egiorgioPatagonian
Copy link

#58 Related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants