maps as on 360 cities

  • Hello. Can someone please help me? i'm making a virtual tour, and trying to make thу map on the left. it works perfect, but it's over my panarama and i need it to be near it. here is the screen shot.

    i think what i need - is the field for my panarama. any suggestions?

  • use this code to set the area of the pano area. set the parent of your map to stage, parent="stage" align the map to the centerleft with the edge of centerleft. that should give you a 25% offset of the pano to place your map so it does not overlap.

    <krpano version="1.0.8" onstart="action(test)">

    <action name="test">

    set(area.x, 25%);
    set(area.y, 0%);
    set(area.width, 75%);
    set(area.height, 100%);

    </action>

Participate now!

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