Skip to content
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

Bing Map API Keys #149

Open
joshfinnie opened this issue Mar 4, 2014 · 2 comments
Open

Bing Map API Keys #149

joshfinnie opened this issue Mar 4, 2014 · 2 comments

Comments

@joshfinnie
Copy link

We are now getting this warning with Cesium b26:

This application is using Cesium's default Bing Maps key. Please create a new key for the application as soon as possible and prior to deployment by visiting https://www.bingmapsportal.com/, and provide your key to Cesium by setting the Cesium.BingMapsApi.defaultKey property before constructing the CesiumWidget or any other object that uses the Bing Maps API.

The new code should look like this:

var bing = new Cesium.BingMapsImageryProvider({
    url : 'http://dev.virtualearth.net',
    key : 'get-yours-at-https://www.bingmapsportal.com/',
    mapStyle : Cesium.BingMapsStyle.AERIAL
});
@shentonfreude
Copy link
Member

Got MS "live.com" account for 'isat', need to get API keys

@shentonfreude
Copy link
Member

Thanks for this.
FYI, our funding's just gotten cut so I'm not sure how much more iSat work
we'll be doing :-(

On Thu, Oct 9, 2014 at 9:21 AM, Vladimir Rutsky [email protected]
wrote:

I don't use Bing maps in my Cesium-based application, but still getting
this warning.

As workaround, to remove warning I set empty bing key before
Cesium.Viewer() initialization:

Cesium.BingMapsApi.defaultKey = null;
viewer = new Cesium.Viewer(...)


Reply to this email directly or view it on GitHub
#149 (comment).

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

No branches or pull requests

3 participants