How do we pass our customer token to the VirtualEarthOverlay?
How do we pass our customer token to the VirtualEarthOverlay?
Gregory,
The VirtualErathOverlay is just a wrapper for VirtualEarth JavaScript API. In other word, the WebEdition just uses the Virtual JavaScript API to request the online image server. To request the images normally, we need a clientToken and key via VEMap.SetCredentials and VEMap.SetClientToken methods following the MSDN, but it seems that the image request works fine if we don’t set the values. If other services need client token, please use VEMap.SetCredentials and VEMap.SetClientToken in JavaScript.
Here is the reference about VirtualEarth msdn.microsoft.com/en-us/library/bb429586.aspx . Please have a look at it.
Thanks,
Johnny