• Hi,

    in the tour.xml have a look into the 'startup' action and change there this line:

    Code
    if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );


    to this one for starting with scene 1 instead of scene 0:

    Code
    if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[1].name); );

    And for the startup view either change the <view> settings in the particular scene, or add the lookat() action at the end of the 'startup' action.

    Best regards,
    Klaus

  • Hi Klaus

    I checked it, and it does not work for me.

    On my tour I am using map plugin and when I have my direct link needs to have action lookto(233.33,45.16,54.27,0,0); instead of lookat(233.33,45.16,54.27,0,0);
    Maybe thats whats causing the problem.
    Marcin

Participate now!

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