Posts by lnailoveme

    Hi, I have a question about the FloorPlan plugin.

    It seems that changing the heading_rad value inside the POINTS layer has no effect on the radar direction.

    Example:

    Even when I change the POINT’s heading_rad="100" to any value, the radar direction does not change in the viewer.

    Only the heading_rad in the PLAN (plan_1) affects the radar, but the individual POINT heading is ignored.

    Is this the expected behavior?
    Should the radar direction be controlled by the POINT’s heading_rad?
    Or is there another parameter that I need to change?

    Please let me know how the plugin is supposed to handle per-point heading.

    Thank you!

    Hello, I am using a plugin to add videos, but it seems there are some issues:

    1. The video does not display on iPhones. I see an error message about loading the video. However, it works fine on PCs and Android devices.
    2. When I play the video in Scene 1 and then move to another scene, the audio from the video in Scene 1 continues to play instead of pausing.

    I followed the steps above:

    How to use it:

    • Add the i18n folder to your vtour folder;
    • Add <include url="i18n.xml" /> into your tour.xml (at the end);
    • Start your tour.html with initvars:{i18n_lang:"de"} in the embedpano or in the starting URL add the parameter ?initvars.i18n_lang=de;
    • Edit your language dictionary with your translation.

    However, I don't see the flags for language selection. Could you send me a tour.zip so I can learn from it? I'm not an expert, just learning as a beginner. Thanks

    Hi, you could do it this way :

    set_callout_bgroundedge(callout_line_vertical_hotspot_name,20);
    <action name="set_callout_bgroundedge">
    set(layer[%1].bgroundedge,%2);
    </action>

    and replace hotspot_name by your hotspot name ;)

    Thank you for your response, I've checked it out but I'm not sure where to place this code? Is it in the tour.xml file?