While the service is affected, the simple work around solution that seems to work for me is the following:
When I right-click a point on the map in Streets & Trips, and then select "Show in Bing Maps", my default web browser opens a URL that may look like the one bellow:
Code:
http://www.bing.com/maps/default.aspx?cp=47.650060|-122.282024&style=h&lvl=11&v=1
I substitute the pipe character "
|" with a tilde "
~" in the URL between the latitude and longitude so the URL looks as follows:
Code:
http://www.bing.com/maps/default.aspx?cp=47.650060~-122.282024&style=h&lvl=11&v=1