Adding Bing Imagery has anyone done this

2628
2
09-11-2014 02:57 PM
TysonTaylor
New Contributor III

Would like to add our Bing imagery we have into the app builder site.

I'm assuming will need to edit the config.json file in the basemaps widget but where do you put your bing key ect....

thanks

0 Kudos
2 Replies
AdamInglis
Occasional Contributor II

The ExtenChooser.js in C:\arcgis-web-appbuilder-1.0beta2\client\stemapp\jimu.js\dijit has a spot that looks like you could enter the Bing key:

initExtent: null,

    //bingMapsKey: String

    //  required if working with Microsoft Bing Maps

    bingMapsKey: ' ',

I just haven't had time to test it myself.

TysonTaylor
New Contributor III

Great I will look into that. Thanks.

0 Kudos