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?
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?