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
Currently by default type = 'mapbox' queries are using this key, but it's returning nothing:
type = 'mapbox'
http://api.tiles.mapbox.com/v4/examples.map-zr0njcqy/13/6458/4062.png?access_token=pk.eyJ1IjoidGhlZmVsbCIsImEiOiJjaXN1anNwODEwMWlrMnRvZHBhamRrZjlqIn0.Gf8qLSpZ6yo5yfQhEutFfQ
I visited mapbox and was presented with a different public key after logging in:
http://api.tiles.mapbox.com/v4/examples.map-zr0njcqy/13/6458/4062.png?access_token={suppressing}
It works fine. I'm suppressing the key since I wasn't able to see it before logging in; I'm not sure exactly how public the key is supposed to be.
I don't see the key declared in this repo; how is it generated? Can we update it to use a newer public key?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently by default
type = 'mapbox'
queries are using this key, but it's returning nothing:http://api.tiles.mapbox.com/v4/examples.map-zr0njcqy/13/6458/4062.png?access_token=pk.eyJ1IjoidGhlZmVsbCIsImEiOiJjaXN1anNwODEwMWlrMnRvZHBhamRrZjlqIn0.Gf8qLSpZ6yo5yfQhEutFfQ
I visited mapbox and was presented with a different public key after logging in:
http://api.tiles.mapbox.com/v4/examples.map-zr0njcqy/13/6458/4062.png?access_token={suppressing}
It works fine. I'm suppressing the key since I wasn't able to see it before logging in; I'm not sure exactly how public the key is supposed to be.
I don't see the key declared in this repo; how is it generated? Can we update it to use a newer public key?
The text was updated successfully, but these errors were encountered: