Select to view content in your preferred language

VETiledlayer loaderror unauthorized

770
2
Jump to solution
04-11-2013 10:15 AM
ShaningYu
Honored Contributor
In http://help.arcgis.com/en/webapi/flex/samples/index.html#/Bing_Maps_map_styles/01nq0000000t000000/, I tried to view a Bing application, but received
VETiledlayer loaderror unauthorized.
How can I view the Bing Map on y browser?
In FB project development, if I want to open a Bing Map on a browser in a separate page (not on the existing ESRI map loaded), what should I do?  I appreciate if you can share your experience?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
Your link is to some older samples.  If you take a look at the latest samples, you will find
http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Bing_Maps_map_styles/01nq0000000t00...

It will prompt you to your own Bing maps key.

If you just want to open Bing Maps in a browser, why not simply use the URL of Bing maps.  For example:
http://www.bing.com/maps/?v=2&cp=55.5~13.1&lvl=6

View solution in original post

0 Kudos
2 Replies
BjornSvensson
Esri Regular Contributor
Your link is to some older samples.  If you take a look at the latest samples, you will find
http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Bing_Maps_map_styles/01nq0000000t00...

It will prompt you to your own Bing maps key.

If you just want to open Bing Maps in a browser, why not simply use the URL of Bing maps.  For example:
http://www.bing.com/maps/?v=2&cp=55.5~13.1&lvl=6
0 Kudos
ShaningYu
Honored Contributor
Thanks for your response.
0 Kudos