thumb count (MAKE VTOUR + bingmaps)

  • I am using MAKE VTOUR (MULTIRES) droplet to create VTs. Then I use bingmaps manually (not in vtour_editor.html), and each point on map represents one VT. works quite fine: http://www.v3d.sk/ftp_pano/pamiatky/tour.html

    My problem is with the count of thumbs. Some VT has 6 scenes(thumbs), some just 4 scenes(thumbs). When I browse from VT with 6 scenes to VT with just 4, I still have 6 thumbs (last 2 from previous VT).

    FLAG removescenes:

    Code
    <action name="load_map_pano">	set(scene.count,0);    loadpano('%CURRENTXML%/%1', null, MERGE|REMOVESCENES, BLEND(1));  </action>


    did not help.



    any idas how to reset the thumb cout on loadpano action?

  • Hi,

    the vtourskin.xml wasn't designed for loading other xml files.
    That means it will not remove any thumbs or skin related elements when a new xml will be loaded.

    You could try to use the IGNOREKEEP flag in this case - this will remove the skin completely, then the new xml can build a new one.

    Best regards,
    Klaus

Participate now!

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