link scene "hotspots" to bing map "spots"

  • Hi there,
    I have a vtour with 2 scenes and a bing map. I have placed 2 scene hotspots and 2 map spots to navigate between the scenes. When I click on the map spots the navigation is fine. When I click on a scene hotspot I am taken to the pano of the other scene but the radar remains on the same spot of the bing map with only the viewing direction adjusted. Is there a way to remedy this? I've taken the example code for the bing map plugin and modified it to fit the circumstances.
    Here is the code for one of the hotspots and the related map spot:

    <scene ...>
    <hotspot name="spot1" style="skin_hotspotstyle" ath="-138.702" atv="-0.815" linkedscene="scene_imgp9238_panorama" onclick="activatespot('fourrivers')"/>
    </scene>

    <layer...>
    <spot name="fourrivers"
    lat="40.6350406" lng="22.9433561" heading="0"
    onclick="loadscene(scene_IMGP9238_Panorama,null,MERGE,BLEND(1));activatespot();"
    />
    </layer>

    Thank you

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!